Class: Aws::FSx::Errors::BackupRestoring
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::FSx::Errors::BackupRestoring
 
 
- Defined in:
 - lib/aws-sdk-fsx/errors.rb
 
Instance Method Summary collapse
- #file_system_id ⇒ String
 - 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ BackupRestoring 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of BackupRestoring.
 - #message ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ BackupRestoring
Returns a new instance of BackupRestoring.
      152 153 154  | 
    
      # File 'lib/aws-sdk-fsx/errors.rb', line 152 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#file_system_id ⇒ String
      162 163 164  | 
    
      # File 'lib/aws-sdk-fsx/errors.rb', line 162 def file_system_id @data[:file_system_id] end  | 
  
#message ⇒ String
      157 158 159  | 
    
      # File 'lib/aws-sdk-fsx/errors.rb', line 157 def @message || @data[:message] end  |