CodeStarNotifications / Client / untag_resource
untag_resource#
- CodeStarNotifications.Client.untag_resource(**kwargs)#
Removes the association between one or more provided tags and a notification rule.
See also: AWS API Documentation
Request Syntax
response = client.untag_resource( Arn='string', TagKeys=[ 'string', ] )
- Parameters:
Arn (string) –
[REQUIRED]
The Amazon Resource Name (ARN) of the notification rule from which to remove the tags.
TagKeys (list) –
[REQUIRED]
The key names of the tags to remove.
(string) –
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
CodeStarNotifications.Client.exceptions.ResourceNotFoundException
CodeStarNotifications.Client.exceptions.LimitExceededException
CodeStarNotifications.Client.exceptions.ValidationException
CodeStarNotifications.Client.exceptions.ConcurrentModificationException