AgentRegistryControl / Client / untag_resource

untag_resource

AgentRegistryControl.Client.untag_resource(**kwargs)

Remove tags from a resource by key

See also: AWS API Documentation

Request Syntax

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

    [REQUIRED]

    ARN of a taggable Agent Registry resource.

  • tagKeys (list) –

    [REQUIRED]

    A list of tag keys.

    • (string) –

      Key of a tag.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • AgentRegistryControl.Client.exceptions.InternalServerException

  • AgentRegistryControl.Client.exceptions.AccessDeniedException

  • AgentRegistryControl.Client.exceptions.ThrottlingException

  • AgentRegistryControl.Client.exceptions.ResourceNotFoundException

  • AgentRegistryControl.Client.exceptions.ValidationException