Class: Aws::Kafka::Types::ConflictException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Kafka::Types::ConflictException
 
 
- 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
      865 866 867 868 869 870  | 
    
      # File 'lib/aws-sdk-kafka/types.rb', line 865 class ConflictException < Struct.new( :invalid_parameter, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#message ⇒ String
      865 866 867 868 869 870  | 
    
      # File 'lib/aws-sdk-kafka/types.rb', line 865 class ConflictException < Struct.new( :invalid_parameter, :message) SENSITIVE = [] include Aws::Structure end  |