DocDBElastic / Client / untag_resource

untag_resource#

DocDBElastic.Client.untag_resource(**kwargs)#

Removes metadata tags from an elastic cluster resource

See also: AWS API Documentation

Request Syntax

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

    [REQUIRED]

    The ARN identifier of the elastic cluster resource.

  • tagKeys (list) –

    [REQUIRED]

    The tag keys to be removed from the elastic cluster resource.

    • (string) –

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • DocDBElastic.Client.exceptions.ThrottlingException

  • DocDBElastic.Client.exceptions.ValidationException

  • DocDBElastic.Client.exceptions.InternalServerException

  • DocDBElastic.Client.exceptions.ResourceNotFoundException