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.
702 703 704 705 706 |
# File 'lib/aws-sdk-fsx/types.rb', line 702 class BackupInProgress < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |