amazonka-stepfunctions-2.0: Amazon Step Functions 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.StepFunctions.Types.TaskStartFailedEventDetails

Description

 
Synopsis

Documentation

data TaskStartFailedEventDetails Source #

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

See: newTaskStartFailedEventDetails smart constructor.

Constructors

TaskStartFailedEventDetails' 

Fields

Instances

Instances details
FromJSON TaskStartFailedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.TaskStartFailedEventDetails

Generic TaskStartFailedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.TaskStartFailedEventDetails

Associated Types

type Rep TaskStartFailedEventDetails :: Type -> Type #

Show TaskStartFailedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.TaskStartFailedEventDetails

NFData TaskStartFailedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.TaskStartFailedEventDetails

Eq TaskStartFailedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.TaskStartFailedEventDetails

Hashable TaskStartFailedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.TaskStartFailedEventDetails

type Rep TaskStartFailedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.TaskStartFailedEventDetails

type Rep TaskStartFailedEventDetails = D1 ('MetaData "TaskStartFailedEventDetails" "Amazonka.StepFunctions.Types.TaskStartFailedEventDetails" "amazonka-stepfunctions-2.0-K6z2kqboJVbL1MZX8DUt0f" 'False) (C1 ('MetaCons "TaskStartFailedEventDetails'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "cause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "error") '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))))

newTaskStartFailedEventDetails Source #

Create a value of TaskStartFailedEventDetails 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:cause:TaskStartFailedEventDetails', taskStartFailedEventDetails_cause - A more detailed explanation of the cause of the failure.

$sel:error:TaskStartFailedEventDetails', taskStartFailedEventDetails_error - The error code of the failure.

$sel:resourceType:TaskStartFailedEventDetails', taskStartFailedEventDetails_resourceType - The service name of the resource in a task state.

$sel:resource:TaskStartFailedEventDetails', taskStartFailedEventDetails_resource - The action of the resource called by a task state.

taskStartFailedEventDetails_cause :: Lens' TaskStartFailedEventDetails (Maybe Text) Source #

A more detailed explanation of the cause of the failure.

taskStartFailedEventDetails_resourceType :: Lens' TaskStartFailedEventDetails Text Source #

The service name of the resource in a task state.

taskStartFailedEventDetails_resource :: Lens' TaskStartFailedEventDetails Text Source #

The action of the resource called by a task state.