DescribeExecutionResponse
Types
Properties
The Amazon Resource Name (ARN) that identifies the execution.
Provides details about execution input or output.
Provides details about execution input or output.
The number of times you've redriven an execution. If you have not yet redriven an execution, the redriveCount
is 0. This count is only updated if you successfully redrive an execution.
The date the execution was last redriven. If you have not yet redriven an execution, the redriveDate
is null.
Indicates whether or not an execution can be redriven at a given point in time.
When redriveStatus
is NOT_REDRIVABLE
, redriveStatusReason
specifies the reason why an execution cannot be redriven.
The Amazon Resource Name (ARN) of the state machine alias associated with the execution. The alias ARN is a combination of state machine ARN and the alias name separated by a colon (:). For example, stateMachineARN:PROD
.
The Amazon Resource Name (ARN) of the executed stated machine.
The Amazon Resource Name (ARN) of the state machine version associated with the execution. The version ARN is a combination of state machine ARN and the version number separated by a colon (:). For example, stateMachineARN:1
.
The current status of the execution.
The X-Ray trace header that was passed to the execution.