Bedrock / Client / untag_resource
untag_resource#
- Bedrock.Client.untag_resource(**kwargs)#
Remove one or more tags from a resource. For more information, see Tagging resources in the Amazon Bedrock User Guide.
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 to untag.
tagKeys (list) –
[REQUIRED]
Tag keys of the tags to remove from the resource.
(string) –
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
Bedrock.Client.exceptions.ResourceNotFoundException
Bedrock.Client.exceptions.AccessDeniedException
Bedrock.Client.exceptions.ValidationException
Bedrock.Client.exceptions.InternalServerException
Bedrock.Client.exceptions.ThrottlingException