AWS Step Functions · Schema

LambdaFunctionTimedOutEventDetails

Contains details about a Lambda function timeout that occurred during an execution.

iPaaSOrchestrationServerless

Properties

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

JSON Schema

step-functions-lambdafunctiontimedouteventdetails-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "LambdaFunctionTimedOutEventDetails",
  "type": "object",
  "properties": {
    "error": {},
    "cause": {}
  },
  "description": "Contains details about a Lambda function timeout that occurred during an execution."
}