libZSservicesZSamazonka-emrZSamazonka-emr
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.EMR.Types.ClusterStateChangeReason

Description

 
Synopsis

Documentation

data ClusterStateChangeReason Source #

The reason that the cluster changed to its current state.

See: newClusterStateChangeReason smart constructor.

Constructors

ClusterStateChangeReason' 

Fields

Instances

Instances details
Eq ClusterStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterStateChangeReason

Read ClusterStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterStateChangeReason

Show ClusterStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterStateChangeReason

Generic ClusterStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterStateChangeReason

Associated Types

type Rep ClusterStateChangeReason :: Type -> Type #

NFData ClusterStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterStateChangeReason

Hashable ClusterStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterStateChangeReason

FromJSON ClusterStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterStateChangeReason

type Rep ClusterStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterStateChangeReason

type Rep ClusterStateChangeReason = D1 ('MetaData "ClusterStateChangeReason" "Amazonka.EMR.Types.ClusterStateChangeReason" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "ClusterStateChangeReason'" 'PrefixI 'True) (S1 ('MetaSel ('Just "code") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ClusterStateChangeReasonCode)) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newClusterStateChangeReason :: ClusterStateChangeReason Source #

Create a value of ClusterStateChangeReason 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:ClusterStateChangeReason', clusterStateChangeReason_code - The programmatic code for the state change reason.

$sel:message:ClusterStateChangeReason', clusterStateChangeReason_message - The descriptive message for the state change reason.

clusterStateChangeReason_message :: Lens' ClusterStateChangeReason (Maybe Text) Source #

The descriptive message for the state change reason.