Class: Aws::EC2::Types::DisableFastSnapshotRestoreStateErrorItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DisableFastSnapshotRestoreStateErrorItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Contains information about an error that occurred when disabling fast snapshot restores.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#availability_zone ⇒ String
The Availability Zone.
-
#error ⇒ Types::DisableFastSnapshotRestoreStateError
The error.
Instance Attribute Details
#availability_zone ⇒ String
The Availability Zone.
31049 31050 31051 31052 31053 31054 |
# File 'lib/aws-sdk-ec2/types.rb', line 31049 class DisableFastSnapshotRestoreStateErrorItem < Struct.new( :availability_zone, :error) SENSITIVE = [] include Aws::Structure end |
#error ⇒ Types::DisableFastSnapshotRestoreStateError
The error.
31049 31050 31051 31052 31053 31054 |
# File 'lib/aws-sdk-ec2/types.rb', line 31049 class DisableFastSnapshotRestoreStateErrorItem < Struct.new( :availability_zone, :error) SENSITIVE = [] include Aws::Structure end |