Class: Aws::Kafka::Types::KafkaRequestException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::KafkaRequestException
- Defined in:
- gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb
Overview
Returns information about an error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#invalid_parameter ⇒ String
4366 4367 4368 4369 4370 4371 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 4366 class KafkaRequestException < Struct.new( :invalid_parameter, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
4366 4367 4368 4369 4370 4371 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 4366 class KafkaRequestException < Struct.new( :invalid_parameter, :message) SENSITIVE = [] include Aws::Structure end |