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