ChimeSDKVoice / Client / untag_resource
untag_resource#
- ChimeSDKVoice.Client.untag_resource(**kwargs)#
Removes tags from a resource.
See also: AWS API Documentation
Request Syntax
response = client.untag_resource( ResourceARN='string', TagKeys=[ 'string', ] )
- Parameters:
ResourceARN (string) –
[REQUIRED]
The ARN of the resource having its tags removed.
TagKeys (list) –
[REQUIRED]
The keys of the tags being removed from the resource.
(string) –
- Returns:
None
Exceptions
ChimeSDKVoice.Client.exceptions.BadRequestException
ChimeSDKVoice.Client.exceptions.ForbiddenException
ChimeSDKVoice.Client.exceptions.NotFoundException
ChimeSDKVoice.Client.exceptions.UnauthorizedClientException
ChimeSDKVoice.Client.exceptions.ServiceUnavailableException
ChimeSDKVoice.Client.exceptions.ServiceFailureException