Class: Aws::FSx::Types::BackupInProgress
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::FSx::Types::BackupInProgress
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-fsx/types.rb
 
Overview
Another backup is already under way. Wait for completion before initiating additional backups of this file system.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A detailed error message.
 
Instance Attribute Details
#message ⇒ String
A detailed error message.
      722 723 724 725 726  | 
    
      # File 'lib/aws-sdk-fsx/types.rb', line 722 class BackupInProgress < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |