| 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.InstanceStateChangeReason
Description
Synopsis
- data InstanceStateChangeReason = InstanceStateChangeReason' {}
- newInstanceStateChangeReason :: InstanceStateChangeReason
- instanceStateChangeReason_code :: Lens' InstanceStateChangeReason (Maybe InstanceStateChangeReasonCode)
- instanceStateChangeReason_message :: Lens' InstanceStateChangeReason (Maybe Text)
Documentation
data InstanceStateChangeReason Source #
The details of the status change reason for the instance.
See: newInstanceStateChangeReason smart constructor.
Constructors
| InstanceStateChangeReason' | |
Instances
newInstanceStateChangeReason :: InstanceStateChangeReason Source #
Create a value of InstanceStateChangeReason 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:InstanceStateChangeReason', instanceStateChangeReason_code - The programmable code for the state change reason.
$sel:message:InstanceStateChangeReason', instanceStateChangeReason_message - The status change reason description.
instanceStateChangeReason_code :: Lens' InstanceStateChangeReason (Maybe InstanceStateChangeReasonCode) Source #
The programmable code for the state change reason.
instanceStateChangeReason_message :: Lens' InstanceStateChangeReason (Maybe Text) Source #
The status change reason description.