Class: Aws::FSx::Errors::ResourceNotFound
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::FSx::Errors::ResourceNotFound
 
 
- Defined in:
 - lib/aws-sdk-fsx/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ ResourceNotFound 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of ResourceNotFound.
 - #message ⇒ String
 - #resource_arn ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceNotFound
Returns a new instance of ResourceNotFound.
      547 548 549  | 
    
      # File 'lib/aws-sdk-fsx/errors.rb', line 547 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#message ⇒ String
      557 558 559  | 
    
      # File 'lib/aws-sdk-fsx/errors.rb', line 557 def @message || @data[:message] end  | 
  
#resource_arn ⇒ String
      552 553 554  | 
    
      # File 'lib/aws-sdk-fsx/errors.rb', line 552 def resource_arn @data[:resource_arn] end  |