AWS Step Functions · Schema

ExecutionTimedOutEventDetails

Contains details about the execution timeout that occurred during the execution.

iPaaSOrchestrationServerless

Properties

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

JSON Schema

step-functions-executiontimedouteventdetails-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ExecutionTimedOutEventDetails",
  "type": "object",
  "properties": {
    "error": {},
    "cause": {}
  },
  "description": "Contains details about the execution timeout that occurred during the execution."
}