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
2360 2361 2362 2363 2364 2365 |
# File 'lib/aws-sdk-kafka/types.rb', line 2360 class InternalServerErrorException < Struct.new( :invalid_parameter, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
2360 2361 2362 2363 2364 2365 |
# File 'lib/aws-sdk-kafka/types.rb', line 2360 class InternalServerErrorException < Struct.new( :invalid_parameter, :message) SENSITIVE = [] include Aws::Structure end |