AgentsforBedrockRuntime / Client / untag_resource
untag_resource¶
- AgentsforBedrockRuntime.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) –
Key of a tag
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
AgentsforBedrockRuntime.Client.exceptions.ResourceNotFoundException
AgentsforBedrockRuntime.Client.exceptions.ValidationException
AgentsforBedrockRuntime.Client.exceptions.InternalServerException
AgentsforBedrockRuntime.Client.exceptions.ThrottlingException
AgentsforBedrockRuntime.Client.exceptions.AccessDeniedException