SNS / Client / untag_resource
untag_resource#
- SNS.Client.untag_resource(**kwargs)#
Remove tags from the specified Amazon SNS topic. For an overview, see Amazon SNS Tags in the Amazon SNS Developer Guide.
See also: AWS API Documentation
Request Syntax
response = client.untag_resource( ResourceArn='string', TagKeys=[ 'string', ] )
- Parameters:
ResourceArn (string) –
[REQUIRED]
The ARN of the topic from which to remove tags.
TagKeys (list) –
[REQUIRED]
The list of tag keys to remove from the specified topic.
(string) –
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
SNS.Client.exceptions.ResourceNotFoundException
SNS.Client.exceptions.TagLimitExceededException
SNS.Client.exceptions.StaleTagException
SNS.Client.exceptions.TagPolicyException
SNS.Client.exceptions.InvalidParameterException
SNS.Client.exceptions.AuthorizationErrorException
SNS.Client.exceptions.ConcurrentAccessException