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.
8242 8243 8244 8245 8246 8247 |
# File 'lib/aws-sdk-fsx/types.rb', line 8242 class SourceBackupUnavailable < Struct.new( :message, :backup_id) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A detailed error message.
8242 8243 8244 8245 8246 8247 |
# File 'lib/aws-sdk-fsx/types.rb', line 8242 class SourceBackupUnavailable < Struct.new( :message, :backup_id) SENSITIVE = [] include Aws::Structure end |