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.
613 614 615 616 617 618 |
# File 'lib/aws-sdk-fsx/types.rb', line 613 class BackupBeingCopied < Struct.new( :message, :backup_id) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A detailed error message.
613 614 615 616 617 618 |
# File 'lib/aws-sdk-fsx/types.rb', line 613 class BackupBeingCopied < Struct.new( :message, :backup_id) SENSITIVE = [] include Aws::Structure end |