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 StepStateChangeReason Source #
The details of the step state change reason.
See: newStepStateChangeReason
smart constructor.
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.