libZSservicesZSamazonka-swfZSamazonka-swf
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.SWF.Types.LambdaFunctionFailedEventAttributes

Description

 
Synopsis

Documentation

data LambdaFunctionFailedEventAttributes Source #

Provides the details of the LambdaFunctionFailed event. It isn't set for other event types.

See: newLambdaFunctionFailedEventAttributes smart constructor.

Constructors

LambdaFunctionFailedEventAttributes' 

Fields

  • reason :: Maybe Text

    The reason provided for the failure.

  • details :: Maybe Text

    The details of the failure.

  • scheduledEventId :: Integer

    The ID of the LambdaFunctionScheduled event that was recorded when this activity task was scheduled. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

  • startedEventId :: Integer

    The ID of the LambdaFunctionStarted event recorded when this activity task started. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

Instances

Instances details
Eq LambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionFailedEventAttributes

Read LambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionFailedEventAttributes

Show LambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionFailedEventAttributes

Generic LambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionFailedEventAttributes

NFData LambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionFailedEventAttributes

Hashable LambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionFailedEventAttributes

FromJSON LambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionFailedEventAttributes

type Rep LambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionFailedEventAttributes

type Rep LambdaFunctionFailedEventAttributes = D1 ('MetaData "LambdaFunctionFailedEventAttributes" "Amazonka.SWF.Types.LambdaFunctionFailedEventAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "LambdaFunctionFailedEventAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "reason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "details") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "scheduledEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: S1 ('MetaSel ('Just "startedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))))

newLambdaFunctionFailedEventAttributes Source #

Create a value of LambdaFunctionFailedEventAttributes 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:reason:LambdaFunctionFailedEventAttributes', lambdaFunctionFailedEventAttributes_reason - The reason provided for the failure.

$sel:details:LambdaFunctionFailedEventAttributes', lambdaFunctionFailedEventAttributes_details - The details of the failure.

$sel:scheduledEventId:LambdaFunctionFailedEventAttributes', lambdaFunctionFailedEventAttributes_scheduledEventId - The ID of the LambdaFunctionScheduled event that was recorded when this activity task was scheduled. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

$sel:startedEventId:LambdaFunctionFailedEventAttributes', lambdaFunctionFailedEventAttributes_startedEventId - The ID of the LambdaFunctionStarted event recorded when this activity task started. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

lambdaFunctionFailedEventAttributes_scheduledEventId :: Lens' LambdaFunctionFailedEventAttributes Integer Source #

The ID of the LambdaFunctionScheduled event that was recorded when this activity task was scheduled. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

lambdaFunctionFailedEventAttributes_startedEventId :: Lens' LambdaFunctionFailedEventAttributes Integer Source #

The ID of the LambdaFunctionStarted event recorded when this activity task started. To help diagnose issues, use this information to trace back the chain of events leading up to this event.