

# InventoryDeletionStatusItem
<a name="API_InventoryDeletionStatusItem"></a>

Status information returned by the `DeleteInventory` operation.

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

 ** DeletionId **   <a name="systemsmanager-Type-InventoryDeletionStatusItem-DeletionId"></a>
The deletion ID returned by the `DeleteInventory` operation.  
Type: String  
Pattern: `[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}`   
Required: No

 ** DeletionStartTime **   <a name="systemsmanager-Type-InventoryDeletionStatusItem-DeletionStartTime"></a>
The UTC timestamp when the delete operation started.  
Type: Timestamp  
Required: No

 ** DeletionSummary **   <a name="systemsmanager-Type-InventoryDeletionStatusItem-DeletionSummary"></a>
Information about the delete operation. For more information about this summary, see [Understanding the delete inventory summary](https://docs.aws.amazon.com/systems-manager/latest/userguide/inventory-custom.html#delete-custom-inventory) in the * AWS Systems Manager User Guide*.  
Type: [InventoryDeletionSummary](API_InventoryDeletionSummary.md) object  
Required: No

 ** LastStatus **   <a name="systemsmanager-Type-InventoryDeletionStatusItem-LastStatus"></a>
The status of the operation. Possible values are InProgress and Complete.  
Type: String  
Valid Values: `InProgress | Complete`   
Required: No

 ** LastStatusMessage **   <a name="systemsmanager-Type-InventoryDeletionStatusItem-LastStatusMessage"></a>
Information about the status.  
Type: String  
Required: No

 ** LastStatusUpdateTime **   <a name="systemsmanager-Type-InventoryDeletionStatusItem-LastStatusUpdateTime"></a>
The UTC timestamp of when the last status report.  
Type: Timestamp  
Required: No

 ** TypeName **   <a name="systemsmanager-Type-InventoryDeletionStatusItem-TypeName"></a>
The name of the inventory data type.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 100.  
Pattern: `^(AWS|Custom):.*$`   
Required: No

## See Also
<a name="API_InventoryDeletionStatusItem_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/ssm-2014-11-06/InventoryDeletionStatusItem) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/ssm-2014-11-06/InventoryDeletionStatusItem) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/ssm-2014-11-06/InventoryDeletionStatusItem) 