ChimeSDKMessaging / Client / untag_resource
untag_resource#
- ChimeSDKMessaging.Client.untag_resource(**kwargs)#
Removes the specified tags from the specified Amazon Chime SDK messaging resource.
See also: AWS API Documentation
Request Syntax
response = client.untag_resource( ResourceARN='string', TagKeys=[ 'string', ] )
- Parameters:
ResourceARN (string) –
[REQUIRED]
The resource ARN.
TagKeys (list) –
[REQUIRED]
The tag keys.
(string) –
- Returns:
None
Exceptions
ChimeSDKMessaging.Client.exceptions.BadRequestException
ChimeSDKMessaging.Client.exceptions.ForbiddenException
ChimeSDKMessaging.Client.exceptions.UnauthorizedClientException
ChimeSDKMessaging.Client.exceptions.ThrottledClientException
ChimeSDKMessaging.Client.exceptions.ServiceUnavailableException
ChimeSDKMessaging.Client.exceptions.ServiceFailureException