

# InvocationCompletedDetails
<a name="API_InvocationCompletedDetails"></a>

Details about a function invocation that completed.

## Contents
<a name="API_InvocationCompletedDetails_Contents"></a>

 ** EndTimestamp **   <a name="lambda-Type-InvocationCompletedDetails-EndTimestamp"></a>
The date and time when the invocation ended, in [ISO-8601 format](https://www.w3.org/TR/NOTE-datetime) (YYYY-MM-DDThh:mm:ss.sTZD).  
Type: Timestamp  
Required: Yes

 ** RequestId **   <a name="lambda-Type-InvocationCompletedDetails-RequestId"></a>
The request ID for the invocation.  
Type: String  
Required: Yes

 ** StartTimestamp **   <a name="lambda-Type-InvocationCompletedDetails-StartTimestamp"></a>
The date and time when the invocation started, in [ISO-8601 format](https://www.w3.org/TR/NOTE-datetime) (YYYY-MM-DDThh:mm:ss.sTZD).  
Type: Timestamp  
Required: Yes

 ** Error **   <a name="lambda-Type-InvocationCompletedDetails-Error"></a>
Details about the invocation failure.  
Type: [EventError](API_EventError.md) object  
Required: No

## See Also
<a name="API_InvocationCompletedDetails_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/lambda-2015-03-31/InvocationCompletedDetails) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/lambda-2015-03-31/InvocationCompletedDetails) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/lambda-2015-03-31/InvocationCompletedDetails) 