class Aws::SWF::Types::StartLambdaFunctionFailedEventAttributes

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

@!attribute [rw] scheduled_event_id

The ID of the `ActivityTaskScheduled` 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.
@return [Integer]

@!attribute [rw] cause

The cause of the failure. To help diagnose issues, use this
information to trace back the chain of events leading up to this
event.

<note markdown="1"> If `cause` is set to `OPERATION_NOT_PERMITTED`, the decision failed
because the IAM role attached to the execution lacked sufficient
permissions. For details and example IAM policies, see [Lambda
Tasks][1] in the *Amazon SWF Developer Guide*.

 </note>

[1]: https://docs.aws.amazon.com/amazonswf/latest/developerguide/lambda-task.html
@return [String]

@!attribute [rw] message

A description that can help diagnose the cause of the fault.
@return [String]

Constants

SENSITIVE