Class: Aws::FSx::Errors::IncompatibleParameterError
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::FSx::Errors::IncompatibleParameterError
 
 
- Defined in:
 - lib/aws-sdk-fsx/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ IncompatibleParameterError 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of IncompatibleParameterError.
 - #message ⇒ String
 - #parameter ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ IncompatibleParameterError
Returns a new instance of IncompatibleParameterError.
      277 278 279  | 
    
      # File 'lib/aws-sdk-fsx/errors.rb', line 277 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#message ⇒ String
      287 288 289  | 
    
      # File 'lib/aws-sdk-fsx/errors.rb', line 287 def @message || @data[:message] end  | 
  
#parameter ⇒ String
      282 283 284  | 
    
      # File 'lib/aws-sdk-fsx/errors.rb', line 282 def parameter @data[:parameter] end  |