Class: Aws::EC2::Types::EnableFastSnapshotRestoreErrorItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::EnableFastSnapshotRestoreErrorItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Contains information about the errors that occurred when enabling fast snapshot restores.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fast_snapshot_restore_state_errors ⇒ Array<Types::EnableFastSnapshotRestoreStateErrorItem>
The errors.
-
#snapshot_id ⇒ String
The ID of the snapshot.
Instance Attribute Details
#fast_snapshot_restore_state_errors ⇒ Array<Types::EnableFastSnapshotRestoreStateErrorItem>
The errors.
33495 33496 33497 33498 33499 33500 |
# File 'lib/aws-sdk-ec2/types.rb', line 33495 class EnableFastSnapshotRestoreErrorItem < Struct.new( :snapshot_id, :fast_snapshot_restore_state_errors) SENSITIVE = [] include Aws::Structure end |
#snapshot_id ⇒ String
The ID of the snapshot.
33495 33496 33497 33498 33499 33500 |
# File 'lib/aws-sdk-ec2/types.rb', line 33495 class EnableFastSnapshotRestoreErrorItem < Struct.new( :snapshot_id, :fast_snapshot_restore_state_errors) SENSITIVE = [] include Aws::Structure end |