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 TestState operation.
Namespace: Amazon.StepFunctions.Model
Assembly: AWSSDK.StepFunctions.dll
Version: 3.x.y.z
public class TestStateResponse : AmazonWebServiceResponse
The TestStateResponse type exposes the following members
Name | Description | |
---|---|---|
![]() |
TestStateResponse() |
Name | Type | Description | |
---|---|---|---|
![]() |
Cause | System.String |
Gets and sets the property Cause. A detailed explanation of the cause for the error when the execution of a state fails. |
![]() |
ContentLength | System.Int64 | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
Error | System.String |
Gets and sets the property Error. The error returned when the execution of a state fails. |
![]() |
HttpStatusCode | System.Net.HttpStatusCode | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
InspectionData | Amazon.StepFunctions.Model.InspectionData |
Gets and sets the property InspectionData.
Returns additional details about the state's execution, including its input and output
data processing flow, and HTTP request and response information. The |
![]() |
NextState | System.String |
Gets and sets the property NextState. The name of the next state to transition to. If you haven't defined a next state in your definition or if the execution of the state fails, this field doesn't contain a value. |
![]() |
Output | System.String |
Gets and sets the property Output. The JSON output data of the state. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding. |
![]() |
ResponseMetadata | Amazon.Runtime.ResponseMetadata | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
Status | Amazon.StepFunctions.TestExecutionStatus |
Gets and sets the property Status. The execution status of the state. |
.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