Class: Aws::Kafka::Types::BadRequestException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::BadRequestException
- 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
74 75 76 77 78 79 |
# File 'lib/aws-sdk-kafka/types.rb', line 74 class BadRequestException < Struct.new( :invalid_parameter, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
74 75 76 77 78 79 |
# File 'lib/aws-sdk-kafka/types.rb', line 74 class BadRequestException < Struct.new( :invalid_parameter, :message) SENSITIVE = [] include Aws::Structure end |