Route53Profiles / Client / untag_resource
untag_resource#
- Route53Profiles.Client.untag_resource(**kwargs)#
Removes one or more tags from a specified resource.
See also: AWS API Documentation
Request Syntax
response = client.untag_resource( ResourceArn='string', TagKeys=[ 'string', ] )
- Parameters:
ResourceArn (string) –
[REQUIRED]
The Amazon Resource Name (ARN) for the resource that you want to remove tags from.
TagKeys (list) –
[REQUIRED]
The tags that you want to remove to the specified resource.
(string) –
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
Route53Profiles.Client.exceptions.ResourceNotFoundException
Route53Profiles.Client.exceptions.ThrottlingException
Route53Profiles.Client.exceptions.ValidationException
Route53Profiles.Client.exceptions.AccessDeniedException
Route53Profiles.Client.exceptions.ConflictException