Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data SnapshotErrorMessage = SnapshotErrorMessage' {}
- newSnapshotErrorMessage :: SnapshotErrorMessage
- snapshotErrorMessage_failureReason :: Lens' SnapshotErrorMessage (Maybe Text)
- snapshotErrorMessage_snapshotIdentifier :: Lens' SnapshotErrorMessage (Maybe Text)
- snapshotErrorMessage_snapshotClusterIdentifier :: Lens' SnapshotErrorMessage (Maybe Text)
- snapshotErrorMessage_failureCode :: Lens' SnapshotErrorMessage (Maybe Text)
Documentation
data SnapshotErrorMessage Source #
Describes the errors returned by a snapshot.
See: newSnapshotErrorMessage
smart constructor.
SnapshotErrorMessage' | |
|
Instances
newSnapshotErrorMessage :: SnapshotErrorMessage Source #
Create a value of SnapshotErrorMessage
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:failureReason:SnapshotErrorMessage'
, snapshotErrorMessage_failureReason
- The text message describing the error.
$sel:snapshotIdentifier:SnapshotErrorMessage'
, snapshotErrorMessage_snapshotIdentifier
- A unique identifier for the snapshot returning the error.
$sel:snapshotClusterIdentifier:SnapshotErrorMessage'
, snapshotErrorMessage_snapshotClusterIdentifier
- A unique identifier for the cluster.
$sel:failureCode:SnapshotErrorMessage'
, snapshotErrorMessage_failureCode
- The failure code for the error.
snapshotErrorMessage_failureReason :: Lens' SnapshotErrorMessage (Maybe Text) Source #
The text message describing the error.
snapshotErrorMessage_snapshotIdentifier :: Lens' SnapshotErrorMessage (Maybe Text) Source #
A unique identifier for the snapshot returning the error.
snapshotErrorMessage_snapshotClusterIdentifier :: Lens' SnapshotErrorMessage (Maybe Text) Source #
A unique identifier for the cluster.
snapshotErrorMessage_failureCode :: Lens' SnapshotErrorMessage (Maybe Text) Source #
The failure code for the error.