amazonka-ec2-2.0: Amazon Elastic Compute Cloud SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EC2.Types.EnableFastSnapshotRestoreStateError

Description

 
Synopsis

Documentation

data EnableFastSnapshotRestoreStateError Source #

Describes an error that occurred when enabling fast snapshot restores.

See: newEnableFastSnapshotRestoreStateError smart constructor.

Constructors

EnableFastSnapshotRestoreStateError' 

Fields

Instances

Instances details
FromXML EnableFastSnapshotRestoreStateError Source # 
Instance details

Defined in Amazonka.EC2.Types.EnableFastSnapshotRestoreStateError

Generic EnableFastSnapshotRestoreStateError Source # 
Instance details

Defined in Amazonka.EC2.Types.EnableFastSnapshotRestoreStateError

Read EnableFastSnapshotRestoreStateError Source # 
Instance details

Defined in Amazonka.EC2.Types.EnableFastSnapshotRestoreStateError

Show EnableFastSnapshotRestoreStateError Source # 
Instance details

Defined in Amazonka.EC2.Types.EnableFastSnapshotRestoreStateError

NFData EnableFastSnapshotRestoreStateError Source # 
Instance details

Defined in Amazonka.EC2.Types.EnableFastSnapshotRestoreStateError

Eq EnableFastSnapshotRestoreStateError Source # 
Instance details

Defined in Amazonka.EC2.Types.EnableFastSnapshotRestoreStateError

Hashable EnableFastSnapshotRestoreStateError Source # 
Instance details

Defined in Amazonka.EC2.Types.EnableFastSnapshotRestoreStateError

type Rep EnableFastSnapshotRestoreStateError Source # 
Instance details

Defined in Amazonka.EC2.Types.EnableFastSnapshotRestoreStateError

type Rep EnableFastSnapshotRestoreStateError = D1 ('MetaData "EnableFastSnapshotRestoreStateError" "Amazonka.EC2.Types.EnableFastSnapshotRestoreStateError" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "EnableFastSnapshotRestoreStateError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "code") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newEnableFastSnapshotRestoreStateError :: EnableFastSnapshotRestoreStateError Source #

Create a value of EnableFastSnapshotRestoreStateError with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:code:EnableFastSnapshotRestoreStateError', enableFastSnapshotRestoreStateError_code - The error code.

$sel:message:EnableFastSnapshotRestoreStateError', enableFastSnapshotRestoreStateError_message - The error message.