GetDurableExecutionResponse
The response from the GetDurableExecution operation, containing detailed information about the durable execution.
Types
Properties
The Amazon Resource Name (ARN) of the durable execution.
The name of the durable execution. This is either the name you provided when invoking the function, or a system-generated unique identifier if no name was provided.
The date and time when the durable execution ended, in Unix timestamp format. This field is only present if the execution has completed (status is SUCCEEDED, FAILED, TIMED_OUT, or STOPPED).
Error information if the durable execution failed. This field is only present when the execution status is FAILED, TIMED_OUT, or STOPPED. The combined size of all error fields is limited to 256 KB.
The Amazon Resource Name (ARN) of the Lambda function that was invoked to start this durable execution.
The JSON input payload that was provided when the durable execution was started. For asynchronous invocations, this is limited to 256 KB. For synchronous invocations, this can be up to 6 MB.
The date and time when the durable execution started, in Unix timestamp format.
The current status of the durable execution. Valid values are RUNNING, SUCCEEDED, FAILED, TIMED_OUT, and STOPPED.
The trace headers associated with the durable execution.