Class: Aws::FSx::Types::BackupBeingCopied
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::BackupBeingCopied
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fsx/types.rb
Overview
You can’t delete a backup while it’s being copied.
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.
671 672 673 674 675 676 |
# File 'lib/aws-sdk-fsx/types.rb', line 671 class BackupBeingCopied < Struct.new( :message, :backup_id) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A detailed error message.
671 672 673 674 675 676 |
# File 'lib/aws-sdk-fsx/types.rb', line 671 class BackupBeingCopied < Struct.new( :message, :backup_id) SENSITIVE = [] include Aws::Structure end |