Class: Aws::EC2::Types::EnableFastSnapshotRestoreStateError
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::EnableFastSnapshotRestoreStateError
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes an error that occurred when enabling fast snapshot restores.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
The error code.
-
#message ⇒ String
The error message.
Instance Attribute Details
#code ⇒ String
The error code.
33471 33472 33473 33474 33475 33476 |
# File 'lib/aws-sdk-ec2/types.rb', line 33471 class EnableFastSnapshotRestoreStateError < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The error message.
33471 33472 33473 33474 33475 33476 |
# File 'lib/aws-sdk-ec2/types.rb', line 33471 class EnableFastSnapshotRestoreStateError < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |