MediaStore / Client / untag_resource
untag_resource#
- MediaStore.Client.untag_resource(**kwargs)#
Removes tags from the specified container. You can specify one or more tags to remove.
See also: AWS API Documentation
Request Syntax
response = client.untag_resource( Resource='string', TagKeys=[ 'string', ] )
- Parameters:
Resource (string) –
[REQUIRED]
The Amazon Resource Name (ARN) for the container.
TagKeys (list) –
[REQUIRED]
A comma-separated list of keys for tags that you want to remove from the container. For example, if your container has two tags (customer:CompanyA and priority:High) and you want to remove one of the tags (priority:High), you specify the key for the tag that you want to remove (priority).
(string) –
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
MediaStore.Client.exceptions.ContainerInUseException
MediaStore.Client.exceptions.ContainerNotFoundException
MediaStore.Client.exceptions.InternalServerError