AWS Step Functions · JSON Structure

Step Functions Tasksubmitfailedeventdetails Structure

Contains details about a task that failed to submit during an execution.

Type: object Properties: 0
iPaaSOrchestrationServerless

Step Functions Tasksubmitfailedeventdetails Structure is a JSON Structure definition published by AWS Step Functions. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "title": "TaskSubmitFailedEventDetails",
  "type": "object",
  "description": "Contains details about a task that failed to submit during an execution.",
  "fields": [
    {
      "name": "resourceType",
      "type": "string"
    },
    {
      "name": "resource",
      "type": "string"
    },
    {
      "name": "error",
      "type": "string"
    },
    {
      "name": "cause",
      "type": "string"
    }
  ]
}