Amazon Simple Workflow Service · JSON Structure

Amazon Swf Lambdafunctionfailedeventattributes Structure

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

Type: object Properties: 0
AutomationTask CoordinationWorkflow

LambdaFunctionFailedEventAttributes is a JSON Structure definition published by Amazon Simple Workflow Service.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "LambdaFunctionFailedEventAttributes",
  "description": "Provides the details of the <code>LambdaFunctionFailed</code> event. It isn't set for other event types.",
  "type": "object",
  "properties": [
    {
      "name": "scheduledEventId",
      "type": "string",
      "description": "",
      "required": true
    },
    {
      "name": "startedEventId",
      "type": "string",
      "description": "",
      "required": true
    },
    {
      "name": "reason",
      "type": "string",
      "description": "",
      "required": false
    },
    {
      "name": "details",
      "type": "string",
      "description": "",
      "required": false
    }
  ]
}