MultipartyApproval / Client / untag_resource
untag_resource¶
- MultipartyApproval.Client.untag_resource(**kwargs)¶
Removes a resource tag. Each tag is a label consisting of a user-defined key and value. Tags can help you manage, identify, organize, search for, and filter resources.
See also: AWS API Documentation
Request Syntax
response = client.untag_resource( ResourceArn='string', TagKeys=[ 'string', ] )
- Parameters:
ResourceArn (string) –
[REQUIRED]
Amazon Resource Name (ARN) for the resource you want to untag.
TagKeys (list) –
[REQUIRED]
Array of tag key-value pairs that you want to untag.
(string) –
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions
MultipartyApproval.Client.exceptions.AccessDeniedExceptionMultipartyApproval.Client.exceptions.ValidationExceptionMultipartyApproval.Client.exceptions.ResourceNotFoundExceptionMultipartyApproval.Client.exceptions.ThrottlingExceptionMultipartyApproval.Client.exceptions.InternalServerException