Class: Aws::EC2::Types::EnableFastSnapshotRestoreStateErrorItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::EnableFastSnapshotRestoreStateErrorItem
- Defined in:
- gems/aws-sdk-ec2/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.
31498 31499 31500 31501 31502 31503 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 31498 class EnableFastSnapshotRestoreStateErrorItem < Struct.new( :availability_zone, :error) SENSITIVE = [] include Aws::Structure end |
#error ⇒ Types::EnableFastSnapshotRestoreStateError
The error.
31498 31499 31500 31501 31502 31503 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 31498 class EnableFastSnapshotRestoreStateErrorItem < Struct.new( :availability_zone, :error) SENSITIVE = [] include Aws::Structure end |