Class: Aws::FSx::Types::SourceBackupUnavailable
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::SourceBackupUnavailable
- Defined in:
- gems/aws-sdk-fsx/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.
9097 9098 9099 9100 9101 9102 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 9097 class SourceBackupUnavailable < Struct.new( :message, :backup_id) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A detailed error message.
9097 9098 9099 9100 9101 9102 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 9097 class SourceBackupUnavailable < Struct.new( :message, :backup_id) SENSITIVE = [] include Aws::Structure end |