Class: Aws::EC2::Types::EnableFastSnapshotRestoreStateErrorItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::EnableFastSnapshotRestoreStateErrorItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Contains information about an error that occurred when enabling fast snapshot restores.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#availability_zone ⇒ String
The Availability Zone.
-
#error ⇒ Types::EnableFastSnapshotRestoreStateError
The error.
Instance Attribute Details
#availability_zone ⇒ String
The Availability Zone.
33491 33492 33493 33494 33495 33496 |
# File 'lib/aws-sdk-ec2/types.rb', line 33491 class EnableFastSnapshotRestoreStateErrorItem < Struct.new( :availability_zone, :error) SENSITIVE = [] include Aws::Structure end |
#error ⇒ Types::EnableFastSnapshotRestoreStateError
The error.
33491 33492 33493 33494 33495 33496 |
# File 'lib/aws-sdk-ec2/types.rb', line 33491 class EnableFastSnapshotRestoreStateErrorItem < Struct.new( :availability_zone, :error) SENSITIVE = [] include Aws::Structure end |