Braket / Client / untag_resource

untag_resource#

Braket.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]

    Specify the resourceArn for the resource from which to remove the tags.

  • tagKeys (list) –

    [REQUIRED]

    Specify the keys for the tags to remove from the resource.

    • (string) –

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • Braket.Client.exceptions.ResourceNotFoundException

  • Braket.Client.exceptions.InternalServiceException

  • Braket.Client.exceptions.ValidationException