| 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.MemoryDb.Types.UnprocessedCluster
Description
Synopsis
- data UnprocessedCluster = UnprocessedCluster' {
- clusterName :: Maybe Text
- errorMessage :: Maybe Text
- errorType :: Maybe Text
- newUnprocessedCluster :: UnprocessedCluster
- unprocessedCluster_clusterName :: Lens' UnprocessedCluster (Maybe Text)
- unprocessedCluster_errorMessage :: Lens' UnprocessedCluster (Maybe Text)
- unprocessedCluster_errorType :: Lens' UnprocessedCluster (Maybe Text)
Documentation
data UnprocessedCluster Source #
A cluster whose updates have failed
See: newUnprocessedCluster smart constructor.
Constructors
| UnprocessedCluster' | |
Fields
| |
Instances
newUnprocessedCluster :: UnprocessedCluster Source #
Create a value of UnprocessedCluster 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:clusterName:UnprocessedCluster', unprocessedCluster_clusterName - The name of the cluster
$sel:errorMessage:UnprocessedCluster', unprocessedCluster_errorMessage - The error message associated with the update failure
$sel:errorType:UnprocessedCluster', unprocessedCluster_errorType - The error type associated with the update failure
unprocessedCluster_clusterName :: Lens' UnprocessedCluster (Maybe Text) Source #
The name of the cluster
unprocessedCluster_errorMessage :: Lens' UnprocessedCluster (Maybe Text) Source #
The error message associated with the update failure
unprocessedCluster_errorType :: Lens' UnprocessedCluster (Maybe Text) Source #
The error type associated with the update failure