DescribeExecutionResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The cause string if the state machine execution failed.

Link copied to clipboard

The error string if the state machine execution failed.

Link copied to clipboard

The Amazon Resource Name (ARN) that identifies the execution.

Link copied to clipboard

The string that contains the JSON input data of the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

Link copied to clipboard

Provides details about execution input or output.

Link copied to clipboard

The Amazon Resource Name (ARN) that identifies a Map Run, which dispatched this execution.

Link copied to clipboard
val name: String?

The name of the execution.

Link copied to clipboard

The JSON output data of the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

Link copied to clipboard

Provides details about execution input or output.

Link copied to clipboard

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.

Link copied to clipboard

The date the execution was last redriven. If you have not yet redriven an execution, the redriveDate is null.

Link copied to clipboard

Indicates whether or not an execution can be redriven at a given point in time.

Link copied to clipboard

When redriveStatus is NOT_REDRIVABLE, redriveStatusReason specifies the reason why an execution cannot be redriven.

Link copied to clipboard

The date the execution is started.

Link copied to clipboard

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.

Link copied to clipboard

The Amazon Resource Name (ARN) of the executed stated machine.

Link copied to clipboard

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.

Link copied to clipboard

The current status of the execution.

Link copied to clipboard

If the execution ended, the date the execution stopped.

Link copied to clipboard

The X-Ray trace header that was passed to the execution.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String