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.
Namespace: Amazon.Lambda.Model
Assembly: AWSSDK.Lambda.dll
Version: 3.x.y.z
public class GetDurableExecutionResponse : AmazonWebServiceResponse
The GetDurableExecutionResponse type exposes the following members
| Name | Description | |
|---|---|---|
|
GetDurableExecutionResponse() |
| Name | Type | Description | |
|---|---|---|---|
|
ContentLength | System.Int64 | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
|
DurableExecutionArn | System.String |
Gets and sets the property DurableExecutionArn. The Amazon Resource Name (ARN) of the durable execution. |
|
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. |
|
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 |
|
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 |
|
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. |
|
HttpStatusCode | System.Net.HttpStatusCode | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
|
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. |
|
ResponseMetadata | Amazon.Runtime.ResponseMetadata | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
|
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 |
|
StartTimestamp | System.DateTime |
Gets and sets the property StartTimestamp. The date and time when the durable execution started, in Unix timestamp format. |
|
Status | Amazon.Lambda.ExecutionStatus |
Gets and sets the property Status.
The current status of the durable execution. Valid values are |
|
TraceHeader | Amazon.Lambda.Model.TraceHeader |
Gets and sets the property TraceHeader. The trace headers associated with the durable execution. |
|
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. |
.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