| 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.EMR.Types.StepStateChangeReason
Description
Documentation
data StepStateChangeReason Source #
The details of the step state change reason.
See: newStepStateChangeReason smart constructor.
Constructors
| StepStateChangeReason' | |
Instances
newStepStateChangeReason :: StepStateChangeReason Source #
Create a value of StepStateChangeReason 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:code:StepStateChangeReason', stepStateChangeReason_code - The programmable code for the state change reason. Note: Currently, the
service provides no code for the state change.
$sel:message:StepStateChangeReason', stepStateChangeReason_message - The descriptive message for the state change reason.
stepStateChangeReason_code :: Lens' StepStateChangeReason (Maybe StepStateChangeReasonCode) Source #
The programmable code for the state change reason. Note: Currently, the service provides no code for the state change.
stepStateChangeReason_message :: Lens' StepStateChangeReason (Maybe Text) Source #
The descriptive message for the state change reason.