AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
This is the response object from the DescribeExecution operation.
Namespace: Amazon.StepFunctions.Model
Assembly: AWSSDK.StepFunctions.dll
Version: 3.x.y.z
public class DescribeExecutionResponse : AmazonWebServiceResponse
The DescribeExecutionResponse type exposes the following members
Name | Description | |
---|---|---|
![]() |
DescribeExecutionResponse() |
Name | Type | Description | |
---|---|---|---|
![]() |
Cause | System.String |
Gets and sets the property Cause. The cause string if the state machine execution failed. |
![]() |
ContentLength | System.Int64 | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
Error | System.String |
Gets and sets the property Error. The error string if the state machine execution failed. |
![]() |
ExecutionArn | System.String |
Gets and sets the property ExecutionArn. The Amazon Resource Name (ARN) that identifies the execution. |
![]() |
HttpStatusCode | System.Net.HttpStatusCode | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
Input | System.String |
Gets and sets the property Input. 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. |
![]() |
InputDetails | Amazon.StepFunctions.Model.CloudWatchEventsExecutionDataDetails |
Gets and sets the property InputDetails. |
![]() |
MapRunArn | System.String |
Gets and sets the property MapRunArn. The Amazon Resource Name (ARN) that identifies a Map Run, which dispatched this execution. |
![]() |
Name | System.String |
Gets and sets the property Name. The name of the execution. A name must not contain:
To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _. |
![]() |
Output | System.String |
Gets and sets the property Output. The JSON output data of the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding. This field is set only if the execution succeeds. If the execution fails, this field is null. |
![]() |
OutputDetails | Amazon.StepFunctions.Model.CloudWatchEventsExecutionDataDetails |
Gets and sets the property OutputDetails. |
![]() |
RedriveCount | System.Int32 |
Gets and sets the property RedriveCount.
The number of times you've redriven an execution. If you have not yet redriven an
execution, the |
![]() |
RedriveDate | System.DateTime |
Gets and sets the property RedriveDate.
The date the execution was last redriven. If you have not yet redriven an execution,
the
The |
![]() |
RedriveStatus | Amazon.StepFunctions.ExecutionRedriveStatus |
Gets and sets the property RedriveStatus. Indicates whether or not an execution can be redriven at a given point in time.
|
![]() |
RedriveStatusReason | System.String |
Gets and sets the property RedriveStatusReason.
When
|
![]() |
ResponseMetadata | Amazon.Runtime.ResponseMetadata | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
StartDate | System.DateTime |
Gets and sets the property StartDate. The date the execution is started. |
![]() |
StateMachineAliasArn | System.String |
Gets and sets the property StateMachineAliasArn.
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,
If you start an execution from a |
![]() |
StateMachineArn | System.String |
Gets and sets the property StateMachineArn. The Amazon Resource Name (ARN) of the executed stated machine. |
![]() |
StateMachineVersionArn | System.String |
Gets and sets the property StateMachineVersionArn.
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,
If you start an execution from a |
![]() |
Status | Amazon.StepFunctions.ExecutionStatus |
Gets and sets the property Status. The current status of the execution. |
![]() |
StopDate | System.DateTime |
Gets and sets the property StopDate. If the execution ended, the date the execution stopped. |
![]() |
TraceHeader | System.String |
Gets and sets the property TraceHeader. The X-Ray trace header that was passed to the execution.
For X-Ray traces, all Amazon Web Services services use the |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5