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 |
Documentation
data DatasetContentStatus Source #
The state of the dataset contents and the reason they are in this state.
See: newDatasetContentStatus
smart constructor.
Instances
newDatasetContentStatus :: DatasetContentStatus Source #
Create a value of DatasetContentStatus
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:state:DatasetContentStatus'
, datasetContentStatus_state
- The state of the dataset contents. Can be one of READY, CREATING,
SUCCEEDED, or FAILED.
$sel:reason:DatasetContentStatus'
, datasetContentStatus_reason
- The reason the dataset contents are in this state.
datasetContentStatus_state :: Lens' DatasetContentStatus (Maybe DatasetContentState) Source #
The state of the dataset contents. Can be one of READY, CREATING, SUCCEEDED, or FAILED.
datasetContentStatus_reason :: Lens' DatasetContentStatus (Maybe Text) Source #
The reason the dataset contents are in this state.