AgentsforBedrock / Client / untag_resource

untag_resource#

AgentsforBedrock.Client.untag_resource(**kwargs)#

Untag a resource

See also: AWS API Documentation

Request Syntax

response = client.untag_resource(
    resourceArn='string',
    tagKeys=[
        'string',
    ]
)
Parameters:
  • resourceArn (string) –

    [REQUIRED]

    ARN of Taggable resources: [Agent, AgentAlias, Knowledge-Base]

  • tagKeys (list) –

    [REQUIRED]

    List of Tag Keys

    • (string) –

      Key of a tag

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