AWS Step Functions · Schema

TaskStartFailedEventDetails

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

iPaaSOrchestrationServerless

Properties

Name Type Description
resourceType object
resource object
error object
cause object
View JSON Schema on GitHub

JSON Schema

step-functions-taskstartfailedeventdetails-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TaskStartFailedEventDetails",
  "type": "object",
  "properties": {
    "resourceType": {},
    "resource": {},
    "error": {},
    "cause": {}
  },
  "required": [
    "resourceType",
    "resource"
  ],
  "description": "Contains details about a task that failed to start during an execution."
}