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.
Details about a function invocation that completed.
Namespace: Amazon.Lambda.Model
Assembly: AWSSDK.Lambda.dll
Version: 3.x.y.z
public class InvocationCompletedDetails
The InvocationCompletedDetails type exposes the following members
| Name | Description | |
|---|---|---|
|
InvocationCompletedDetails() |
| Name | Type | Description | |
|---|---|---|---|
|
EndTimestamp | System.DateTime |
Gets and sets the property EndTimestamp. The date and time when the invocation ended, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD). |
|
Error | Amazon.Lambda.Model.EventError |
Gets and sets the property Error. Details about the invocation failure. |
|
RequestId | System.String |
Gets and sets the property RequestId. The request ID for the invocation. |
|
StartTimestamp | System.DateTime |
Gets and sets the property StartTimestamp. The date and time when the invocation started, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD). |
.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