Class: Aws::FSx::Types::BackupRestoring
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::BackupRestoring
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fsx/types.rb
Overview
You can’t delete a backup while it’s being used to restore a file system.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#file_system_id ⇒ String
The ID of a file system being restored from the backup.
-
#message ⇒ String
A detailed error message.
Instance Attribute Details
#file_system_id ⇒ String
The ID of a file system being restored from the backup.
756 757 758 759 760 761 |
# File 'lib/aws-sdk-fsx/types.rb', line 756 class BackupRestoring < Struct.new( :message, :file_system_id) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A detailed error message.
756 757 758 759 760 761 |
# File 'lib/aws-sdk-fsx/types.rb', line 756 class BackupRestoring < Struct.new( :message, :file_system_id) SENSITIVE = [] include Aws::Structure end |