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

Description

 
Synopsis

Documentation

data TaskSubmitFailedEventDetails Source #

Contains details about a task that failed to submit during an execution.

See: newTaskSubmitFailedEventDetails smart constructor.

Constructors

TaskSubmitFailedEventDetails' 

Fields

Instances

Instances details
Eq TaskSubmitFailedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.TaskSubmitFailedEventDetails

Show TaskSubmitFailedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.TaskSubmitFailedEventDetails

Generic TaskSubmitFailedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.TaskSubmitFailedEventDetails

Associated Types

type Rep TaskSubmitFailedEventDetails :: Type -> Type #

NFData TaskSubmitFailedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.TaskSubmitFailedEventDetails

Hashable TaskSubmitFailedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.TaskSubmitFailedEventDetails

FromJSON TaskSubmitFailedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.TaskSubmitFailedEventDetails

type Rep TaskSubmitFailedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.TaskSubmitFailedEventDetails

type Rep TaskSubmitFailedEventDetails = D1 ('MetaData "TaskSubmitFailedEventDetails" "Amazonka.StepFunctions.Types.TaskSubmitFailedEventDetails" "libZSservicesZSamazonka-stepfunctionsZSamazonka-stepfunctions" 'False) (C1 ('MetaCons "TaskSubmitFailedEventDetails'" '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))))

newTaskSubmitFailedEventDetails Source #

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

$sel:cause:TaskSubmitFailedEventDetails', taskSubmitFailedEventDetails_cause - A more detailed explanation of the cause of the failure.

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

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

taskSubmitFailedEventDetails_cause :: Lens' TaskSubmitFailedEventDetails (Maybe Text) Source #

A more detailed explanation of the cause of the failure.

taskSubmitFailedEventDetails_resourceType :: Lens' TaskSubmitFailedEventDetails Text Source #

The action of the resource called by a task state.

taskSubmitFailedEventDetails_resource :: Lens' TaskSubmitFailedEventDetails Text Source #

The service name of the resource in a task state.