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
Documentation
data ProjectStatus Source #
An indication of whether a project creation or deletion is failed or successful.
See: newProjectStatus
smart constructor.
Instances
Create a value of ProjectStatus
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:reason:ProjectStatus'
, projectStatus_reason
- In the case of a project creation or deletion failure, a reason for the
failure.
$sel:state:ProjectStatus'
, projectStatus_state
- The phase of completion for a project creation or deletion.
projectStatus_reason :: Lens' ProjectStatus (Maybe Text) Source #
In the case of a project creation or deletion failure, a reason for the failure.
projectStatus_state :: Lens' ProjectStatus Text Source #
The phase of completion for a project creation or deletion.