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.

The response from the GetDurableExecution operation, containing detailed information about the durable execution.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.Lambda.Model.GetDurableExecutionResponse

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

Syntax

C#
public class GetDurableExecutionResponse : AmazonWebServiceResponse

The GetDurableExecutionResponse type exposes the following members

Constructors

Properties

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

Gets and sets the property DurableExecutionArn.

The Amazon Resource Name (ARN) of the durable execution.

Public Property DurableExecutionName System.String

Gets and sets the property DurableExecutionName.

The name of the durable execution. This is either the name you provided when invoking the function, or a system-generated unique identifier if no name was provided.

Public Property EndTimestamp System.DateTime

Gets and sets the property EndTimestamp.

The date and time when the durable execution ended, in Unix timestamp format. This field is only present if the execution has completed (status is SUCCEEDED, FAILED, TIMED_OUT, or STOPPED).

Public Property Error Amazon.Lambda.Model.ErrorObject

Gets and sets the property Error.

Error information if the durable execution failed. This field is only present when the execution status is FAILED, TIMED_OUT, or STOPPED. The combined size of all error fields is limited to 256 KB.

Public Property FunctionArn System.String

Gets and sets the property FunctionArn.

The Amazon Resource Name (ARN) of the Lambda function that was invoked to start this durable execution.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property InputPayload System.String

Gets and sets the property InputPayload.

The JSON input payload that was provided when the durable execution was started. For asynchronous invocations, this is limited to 256 KB. For synchronous invocations, this can be up to 6 MB.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Result System.String

Gets and sets the property Result.

The JSON result returned by the durable execution if it completed successfully. This field is only present when the execution status is SUCCEEDED. The result is limited to 256 KB.

Public Property StartTimestamp System.DateTime

Gets and sets the property StartTimestamp.

The date and time when the durable execution started, in Unix timestamp format.

Public Property Status Amazon.Lambda.ExecutionStatus

Gets and sets the property Status.

The current status of the durable execution. Valid values are RUNNING, SUCCEEDED, FAILED, TIMED_OUT, and STOPPED.

Public Property TraceHeader Amazon.Lambda.Model.TraceHeader

Gets and sets the property TraceHeader.

The trace headers associated with the durable execution.

Public Property Version System.String

Gets and sets the property Version.

The version of the Lambda function that was invoked for this durable execution. This ensures that all replays during the execution use the same function version.

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