Class: Aws::EC2::Types::DisableFastSnapshotRestoreErrorItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DisableFastSnapshotRestoreErrorItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Contains information about the errors that occurred when disabling fast snapshot restores.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fast_snapshot_restore_state_errors ⇒ Array<Types::DisableFastSnapshotRestoreStateErrorItem>
The errors.
-
#snapshot_id ⇒ String
The ID of the snapshot.
Instance Attribute Details
#fast_snapshot_restore_state_errors ⇒ Array<Types::DisableFastSnapshotRestoreStateErrorItem>
The errors.
31010 31011 31012 31013 31014 31015 |
# File 'lib/aws-sdk-ec2/types.rb', line 31010 class DisableFastSnapshotRestoreErrorItem < Struct.new( :snapshot_id, :fast_snapshot_restore_state_errors) SENSITIVE = [] include Aws::Structure end |
#snapshot_id ⇒ String
The ID of the snapshot.
31010 31011 31012 31013 31014 31015 |
# File 'lib/aws-sdk-ec2/types.rb', line 31010 class DisableFastSnapshotRestoreErrorItem < Struct.new( :snapshot_id, :fast_snapshot_restore_state_errors) SENSITIVE = [] include Aws::Structure end |