AgentsforBedrock / Client / untag_resource
untag_resource#
- AgentsforBedrock.Client.untag_resource(**kwargs)#
Remove tags from a 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) of the resource from which to remove tags.
tagKeys (list) –
[REQUIRED]
A list of keys of the tags to remove from the resource.
(string) –
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
AgentsforBedrock.Client.exceptions.ThrottlingException
AgentsforBedrock.Client.exceptions.AccessDeniedException
AgentsforBedrock.Client.exceptions.ValidationException
AgentsforBedrock.Client.exceptions.InternalServerException
AgentsforBedrock.Client.exceptions.ResourceNotFoundException