CodeGuruReviewer / Client / untag_resource
untag_resource#
- CodeGuruReviewer.Client.untag_resource(**kwargs)#
Removes a tag from an associated repository.
See also: AWS API Documentation
Request Syntax
response = client.untag_resource( resourceArn='string', TagKeys=[ 'string', ] )
- Parameters:
resourceArn (string) –
[REQUIRED]
The Amazon Resource Name (ARN) of the RepositoryAssociation object. You can retrieve this ARN by calling ListRepositoryAssociations.
TagKeys (list) –
[REQUIRED]
A list of the keys for each tag you want to remove from an associated repository.
(string) –
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions