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.
33452 33453 33454 33455 33456 33457 |
# File 'lib/aws-sdk-ec2/types.rb', line 33452 class EnableFastSnapshotRestoreErrorItem < Struct.new( :snapshot_id, :fast_snapshot_restore_state_errors) SENSITIVE = [] include Aws::Structure end |
#snapshot_id ⇒ String
The ID of the snapshot.
33452 33453 33454 33455 33456 33457 |
# File 'lib/aws-sdk-ec2/types.rb', line 33452 class EnableFastSnapshotRestoreErrorItem < Struct.new( :snapshot_id, :fast_snapshot_restore_state_errors) SENSITIVE = [] include Aws::Structure end |