Class: Aws::FSx::Types::IncompatibleParameterError
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::FSx::Types::IncompatibleParameterError
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-fsx/types.rb
 
Overview
The error returned when a second request is received with the same client request token but different parameters settings. A client request token should always uniquely identify a single request.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A detailed error message.
 - 
  
    
      #parameter  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A parameter that is incompatible with the earlier request.
 
Instance Attribute Details
#message ⇒ String
A detailed error message.
      6237 6238 6239 6240 6241 6242  | 
    
      # File 'lib/aws-sdk-fsx/types.rb', line 6237 class IncompatibleParameterError < Struct.new( :parameter, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#parameter ⇒ String
A parameter that is incompatible with the earlier request.
      6237 6238 6239 6240 6241 6242  | 
    
      # File 'lib/aws-sdk-fsx/types.rb', line 6237 class IncompatibleParameterError < Struct.new( :parameter, :message) SENSITIVE = [] include Aws::Structure end  |