amazonka-emr-2.0: Amazon EMR SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EMR.Types.StepStateChangeReason

Description

 
Synopsis

Documentation

data StepStateChangeReason Source #

The details of the step state change reason.

See: newStepStateChangeReason smart constructor.

Constructors

StepStateChangeReason' 

Fields

Instances

Instances details
FromJSON StepStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.StepStateChangeReason

Generic StepStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.StepStateChangeReason

Associated Types

type Rep StepStateChangeReason :: Type -> Type #

Read StepStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.StepStateChangeReason

Show StepStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.StepStateChangeReason

NFData StepStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.StepStateChangeReason

Methods

rnf :: StepStateChangeReason -> () #

Eq StepStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.StepStateChangeReason

Hashable StepStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.StepStateChangeReason

type Rep StepStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.StepStateChangeReason

type Rep StepStateChangeReason = D1 ('MetaData "StepStateChangeReason" "Amazonka.EMR.Types.StepStateChangeReason" "amazonka-emr-2.0-B3cWhP6sdymF3IBUMdPGcd" 'False) (C1 ('MetaCons "StepStateChangeReason'" 'PrefixI 'True) (S1 ('MetaSel ('Just "code") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StepStateChangeReasonCode)) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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.