AWS SDK Version 3 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.StepFunctions.Model.TestStateResponse

Namespace: Amazon.StepFunctions.Model
Assembly: AWSSDK.StepFunctions.dll
Version: 3.x.y.z

Syntax

C#
public class TestStateResponse : AmazonWebServiceResponse

The TestStateResponse type exposes the following members

Constructors

NameDescription
Public Method TestStateResponse()

Properties

NameTypeDescription
Public Property 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.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Error System.String

Gets and sets the property Error.

The error returned when the execution of a state fails.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property 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 inspectionLevel request parameter specifies which details are returned.

Public Property 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.

Public Property 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.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Status Amazon.StepFunctions.TestExecutionStatus

Gets and sets the property Status.

The execution status of the state.

Version Information

.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