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
      2098 2099 2100 2101 2102 2103  | 
    
      # File 'lib/aws-sdk-kafka/types.rb', line 2098 class InternalServerErrorException < Struct.new( :invalid_parameter, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#message ⇒ String
      2098 2099 2100 2101 2102 2103  | 
    
      # File 'lib/aws-sdk-kafka/types.rb', line 2098 class InternalServerErrorException < Struct.new( :invalid_parameter, :message) SENSITIVE = [] include Aws::Structure end  |