Class: Aws::FSx::Errors::BackupBeingCopied
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::FSx::Errors::BackupBeingCopied
 
 
- Defined in:
 - lib/aws-sdk-fsx/errors.rb
 
Instance Method Summary collapse
- #backup_id ⇒ String
 - 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ BackupBeingCopied 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of BackupBeingCopied.
 - #message ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ BackupBeingCopied
Returns a new instance of BackupBeingCopied.
      102 103 104  | 
    
      # File 'lib/aws-sdk-fsx/errors.rb', line 102 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#backup_id ⇒ String
      112 113 114  | 
    
      # File 'lib/aws-sdk-fsx/errors.rb', line 112 def backup_id @data[:backup_id] end  | 
  
#message ⇒ String
      107 108 109  | 
    
      # File 'lib/aws-sdk-fsx/errors.rb', line 107 def @message || @data[:message] end  |