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

Description

 
Synopsis

Documentation

data LambdaFunctionScheduleFailedEventDetails Source #

Contains details about a failed lambda function schedule event that occurred during an execution.

See: newLambdaFunctionScheduleFailedEventDetails smart constructor.

Constructors

LambdaFunctionScheduleFailedEventDetails' 

Fields

Instances

Instances details
Eq LambdaFunctionScheduleFailedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.LambdaFunctionScheduleFailedEventDetails

Show LambdaFunctionScheduleFailedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.LambdaFunctionScheduleFailedEventDetails

Generic LambdaFunctionScheduleFailedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.LambdaFunctionScheduleFailedEventDetails

NFData LambdaFunctionScheduleFailedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.LambdaFunctionScheduleFailedEventDetails

Hashable LambdaFunctionScheduleFailedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.LambdaFunctionScheduleFailedEventDetails

FromJSON LambdaFunctionScheduleFailedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.LambdaFunctionScheduleFailedEventDetails

type Rep LambdaFunctionScheduleFailedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.LambdaFunctionScheduleFailedEventDetails

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

newLambdaFunctionScheduleFailedEventDetails :: LambdaFunctionScheduleFailedEventDetails Source #

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

$sel:cause:LambdaFunctionScheduleFailedEventDetails', lambdaFunctionScheduleFailedEventDetails_cause - A more detailed explanation of the cause of the failure.