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.TaskFailedEventDetails

Description

 
Synopsis

Documentation

data TaskFailedEventDetails Source #

Contains details about a task failure event.

See: newTaskFailedEventDetails smart constructor.

Constructors

TaskFailedEventDetails' 

Fields

Instances

Instances details
Eq TaskFailedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.TaskFailedEventDetails

Show TaskFailedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.TaskFailedEventDetails

Generic TaskFailedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.TaskFailedEventDetails

Associated Types

type Rep TaskFailedEventDetails :: Type -> Type #

NFData TaskFailedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.TaskFailedEventDetails

Methods

rnf :: TaskFailedEventDetails -> () #

Hashable TaskFailedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.TaskFailedEventDetails

FromJSON TaskFailedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.TaskFailedEventDetails

type Rep TaskFailedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.TaskFailedEventDetails

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

newTaskFailedEventDetails Source #

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

$sel:cause:TaskFailedEventDetails', taskFailedEventDetails_cause - A more detailed explanation of the cause of the failure.

$sel:resourceType:TaskFailedEventDetails', taskFailedEventDetails_resourceType - The action of the resource called by a task state.

$sel:resource:TaskFailedEventDetails', taskFailedEventDetails_resource - The service name of the resource in a task state.

taskFailedEventDetails_cause :: Lens' TaskFailedEventDetails (Maybe Text) Source #

A more detailed explanation of the cause of the failure.

taskFailedEventDetails_resourceType :: Lens' TaskFailedEventDetails Text Source #

The action of the resource called by a task state.

taskFailedEventDetails_resource :: Lens' TaskFailedEventDetails Text Source #

The service name of the resource in a task state.