AWS Step Functions · Schema

ActivityFailedEventDetails

Contains details about an activity that failed during an execution.

iPaaSOrchestrationServerless

Properties

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

JSON Schema

step-functions-activityfailedeventdetails-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ActivityFailedEventDetails",
  "type": "object",
  "properties": {
    "error": {},
    "cause": {}
  },
  "description": "Contains details about an activity that failed during an execution."
}