| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.EC2.Types.DisableFastSnapshotRestoreStateError
Description
Synopsis
- data DisableFastSnapshotRestoreStateError = DisableFastSnapshotRestoreStateError' {}
- newDisableFastSnapshotRestoreStateError :: DisableFastSnapshotRestoreStateError
- disableFastSnapshotRestoreStateError_code :: Lens' DisableFastSnapshotRestoreStateError (Maybe Text)
- disableFastSnapshotRestoreStateError_message :: Lens' DisableFastSnapshotRestoreStateError (Maybe Text)
Documentation
data DisableFastSnapshotRestoreStateError Source #
Describes an error that occurred when disabling fast snapshot restores.
See: newDisableFastSnapshotRestoreStateError smart constructor.
Constructors
| DisableFastSnapshotRestoreStateError' | |
Instances
newDisableFastSnapshotRestoreStateError :: DisableFastSnapshotRestoreStateError Source #
Create a value of DisableFastSnapshotRestoreStateError 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:DisableFastSnapshotRestoreStateError', disableFastSnapshotRestoreStateError_code - The error code.
$sel:message:DisableFastSnapshotRestoreStateError', disableFastSnapshotRestoreStateError_message - The error message.
disableFastSnapshotRestoreStateError_code :: Lens' DisableFastSnapshotRestoreStateError (Maybe Text) Source #
The error code.
disableFastSnapshotRestoreStateError_message :: Lens' DisableFastSnapshotRestoreStateError (Maybe Text) Source #
The error message.