libZSservicesZSamazonka-stepfunctionsZSamazonka-stepfunctions
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.StepFunctions.Types.ExecutionAbortedEventDetails

Description

 
Synopsis

Documentation

data ExecutionAbortedEventDetails Source #

Contains details about an abort of an execution.

See: newExecutionAbortedEventDetails smart constructor.

Constructors

ExecutionAbortedEventDetails' 

Fields

Instances

Instances details
Eq ExecutionAbortedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.ExecutionAbortedEventDetails

Show ExecutionAbortedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.ExecutionAbortedEventDetails

Generic ExecutionAbortedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.ExecutionAbortedEventDetails

Associated Types

type Rep ExecutionAbortedEventDetails :: Type -> Type #

NFData ExecutionAbortedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.ExecutionAbortedEventDetails

Hashable ExecutionAbortedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.ExecutionAbortedEventDetails

FromJSON ExecutionAbortedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.ExecutionAbortedEventDetails

type Rep ExecutionAbortedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.ExecutionAbortedEventDetails

type Rep ExecutionAbortedEventDetails = D1 ('MetaData "ExecutionAbortedEventDetails" "Amazonka.StepFunctions.Types.ExecutionAbortedEventDetails" "libZSservicesZSamazonka-stepfunctionsZSamazonka-stepfunctions" 'False) (C1 ('MetaCons "ExecutionAbortedEventDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "error") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "cause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))))

newExecutionAbortedEventDetails :: ExecutionAbortedEventDetails Source #

Create a value of ExecutionAbortedEventDetails 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:error:ExecutionAbortedEventDetails', executionAbortedEventDetails_error - The error code of the failure.

$sel:cause:ExecutionAbortedEventDetails', executionAbortedEventDetails_cause - A more detailed explanation of the cause of the failure.

executionAbortedEventDetails_cause :: Lens' ExecutionAbortedEventDetails (Maybe Text) Source #

A more detailed explanation of the cause of the failure.