Class: Aws::Kafka::Types::Error
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::Error
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Returns information about an error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#invalid_parameter ⇒ String
The parameter that caused the error.
-
#message ⇒ String
The description of the error.
Instance Attribute Details
#invalid_parameter ⇒ String
The parameter that caused the error.
2039 2040 2041 2042 2043 2044 |
# File 'lib/aws-sdk-kafka/types.rb', line 2039 class Error < Struct.new( :invalid_parameter, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The description of the error.
2039 2040 2041 2042 2043 2044 |
# File 'lib/aws-sdk-kafka/types.rb', line 2039 class Error < Struct.new( :invalid_parameter, :message) SENSITIVE = [] include Aws::Structure end |