AWS Step Functions · Schema

MapRunFailedEventDetails

Contains details about a Map Run failure event that occurred during a state machine execution.

iPaaSOrchestrationServerless

Properties

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

JSON Schema

step-functions-maprunfailedeventdetails-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "MapRunFailedEventDetails",
  "type": "object",
  "properties": {
    "error": {},
    "cause": {}
  },
  "description": "Contains details about a Map Run failure event that occurred during a state machine execution."
}