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.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
Eq TaskStartFailedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.TaskStartFailedEventDetails

Show 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 #

NFData TaskStartFailedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.TaskStartFailedEventDetails

Hashable TaskStartFailedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.TaskStartFailedEventDetails

FromJSON 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" "libZSservicesZSamazonka-stepfunctionsZSamazonka-stepfunctions" 'False) (C1 ('MetaCons "TaskStartFailedEventDetails'" '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))))

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:error:TaskStartFailedEventDetails', taskStartFailedEventDetails_error - The error code of the failure.

$sel:cause:TaskStartFailedEventDetails', taskStartFailedEventDetails_cause - A more detailed explanation of the cause of the failure.

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

$sel:resource:TaskStartFailedEventDetails', taskStartFailedEventDetails_resource - The service name of the resource in 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 action of the resource called by a task state.

taskStartFailedEventDetails_resource :: Lens' TaskStartFailedEventDetails Text Source #

The service name of the resource in a task state.