Class: Aws::Kafka::Types::InternalServerErrorException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::InternalServerErrorException
- 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
2229 2230 2231 2232 2233 2234 |
# File 'lib/aws-sdk-kafka/types.rb', line 2229 class InternalServerErrorException < Struct.new( :invalid_parameter, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
2229 2230 2231 2232 2233 2234 |
# File 'lib/aws-sdk-kafka/types.rb', line 2229 class InternalServerErrorException < Struct.new( :invalid_parameter, :message) SENSITIVE = [] include Aws::Structure end |