Class: Aws::Kafka::Types::KafkaRequestException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::KafkaRequestException
- Includes:
- Structure
- Defined in:
- 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
4680 4681 4682 4683 4684 4685 |
# File 'lib/aws-sdk-kafka/types.rb', line 4680 class KafkaRequestException < Struct.new( :invalid_parameter, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
4680 4681 4682 4683 4684 4685 |
# File 'lib/aws-sdk-kafka/types.rb', line 4680 class KafkaRequestException < Struct.new( :invalid_parameter, :message) SENSITIVE = [] include Aws::Structure end |