ScheduleLambdaFunctionFailedEventAttributes
Provides the details of the ScheduleLambdaFunctionFailed event. It isn't
set for other event types.
Contents
- 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
If
causeis set toOPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.Type: String
Valid Values:
ID_ALREADY_IN_USE | OPEN_LAMBDA_FUNCTIONS_LIMIT_EXCEEDED | LAMBDA_FUNCTION_CREATION_RATE_EXCEEDED | LAMBDA_SERVICE_NOT_AVAILABLE_IN_REGIONRequired: Yes
- decisionTaskCompletedEventId
-
The ID of the
LambdaFunctionCompletedevent corresponding to the decision that resulted in scheduling this Lambda task. To help diagnose issues, use this information to trace back the chain of events leading up to this event.Type: Long
Required: Yes
- id
-
The ID provided in the
ScheduleLambdaFunctiondecision that failed.Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Required: Yes
- name
-
The name of the Lambda function.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: