| 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.Redshift.Types.SnapshotErrorMessage
Description
Synopsis
- data SnapshotErrorMessage = SnapshotErrorMessage' {}
- newSnapshotErrorMessage :: SnapshotErrorMessage
- snapshotErrorMessage_failureCode :: Lens' SnapshotErrorMessage (Maybe Text)
- snapshotErrorMessage_failureReason :: Lens' SnapshotErrorMessage (Maybe Text)
- snapshotErrorMessage_snapshotClusterIdentifier :: Lens' SnapshotErrorMessage (Maybe Text)
- snapshotErrorMessage_snapshotIdentifier :: Lens' SnapshotErrorMessage (Maybe Text)
Documentation
data SnapshotErrorMessage Source #
Describes the errors returned by a snapshot.
See: newSnapshotErrorMessage smart constructor.
Constructors
| SnapshotErrorMessage' | |
Fields
| |
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:failureCode:SnapshotErrorMessage', snapshotErrorMessage_failureCode - The failure code for the error.
$sel:failureReason:SnapshotErrorMessage', snapshotErrorMessage_failureReason - The text message describing the error.
$sel:snapshotClusterIdentifier:SnapshotErrorMessage', snapshotErrorMessage_snapshotClusterIdentifier - A unique identifier for the cluster.
$sel:snapshotIdentifier:SnapshotErrorMessage', snapshotErrorMessage_snapshotIdentifier - A unique identifier for the snapshot returning the error.
snapshotErrorMessage_failureCode :: Lens' SnapshotErrorMessage (Maybe Text) Source #
The failure code for the error.
snapshotErrorMessage_failureReason :: Lens' SnapshotErrorMessage (Maybe Text) Source #
The text message describing the error.
snapshotErrorMessage_snapshotClusterIdentifier :: Lens' SnapshotErrorMessage (Maybe Text) Source #
A unique identifier for the cluster.
snapshotErrorMessage_snapshotIdentifier :: Lens' SnapshotErrorMessage (Maybe Text) Source #
A unique identifier for the snapshot returning the error.