Class: Aws::FSx::Types::SourceBackupUnavailable
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::FSx::Types::SourceBackupUnavailable
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-fsx/types.rb
 
Overview
The request was rejected because the lifecycle status of the source backup isn’t ‘AVAILABLE`.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #backup_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the source backup.
 - 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A detailed error message.
 
Instance Attribute Details
#backup_id ⇒ String
The ID of the source backup. Specifies the backup that you are copying.
      8412 8413 8414 8415 8416 8417  | 
    
      # File 'lib/aws-sdk-fsx/types.rb', line 8412 class SourceBackupUnavailable < Struct.new( :message, :backup_id) SENSITIVE = [] include Aws::Structure end  | 
  
#message ⇒ String
A detailed error message.
      8412 8413 8414 8415 8416 8417  | 
    
      # File 'lib/aws-sdk-fsx/types.rb', line 8412 class SourceBackupUnavailable < Struct.new( :message, :backup_id) SENSITIVE = [] include Aws::Structure end  |