SSM / Client / disassociate_ops_item_related_item
disassociate_ops_item_related_item#
- SSM.Client.disassociate_ops_item_related_item(**kwargs)#
Deletes the association between an OpsItem and a related item. For example, this API operation can delete an Incident Manager incident from an OpsItem. Incident Manager is a capability of Amazon Web Services Systems Manager.
See also: AWS API Documentation
Request Syntax
response = client.disassociate_ops_item_related_item( OpsItemId='string', AssociationId='string' )
- Parameters:
OpsItemId (string) –
[REQUIRED]
The ID of the OpsItem for which you want to delete an association between the OpsItem and a related item.
AssociationId (string) –
[REQUIRED]
The ID of the association for which you want to delete an association between the OpsItem and a related item.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
SSM.Client.exceptions.InternalServerError
SSM.Client.exceptions.OpsItemRelatedItemAssociationNotFoundException
SSM.Client.exceptions.OpsItemNotFoundException
SSM.Client.exceptions.OpsItemInvalidParameterException