AWS Step Functions · Schema

ExecutionAbortedEventDetails

Contains details about an abort of an execution.

iPaaSOrchestrationServerless

Properties

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

JSON Schema

step-functions-executionabortedeventdetails-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ExecutionAbortedEventDetails",
  "type": "object",
  "properties": {
    "error": {},
    "cause": {}
  },
  "description": "Contains details about an abort of an execution."
}