DocDB / Client / remove_tags_from_resource

remove_tags_from_resource#

DocDB.Client.remove_tags_from_resource(**kwargs)#

Removes metadata tags from an Amazon DocumentDB resource.

See also: AWS API Documentation

Request Syntax

response = client.remove_tags_from_resource(
    ResourceName='string',
    TagKeys=[
        'string',
    ]
)
Parameters:
  • ResourceName (string) –

    [REQUIRED]

    The Amazon DocumentDB resource that the tags are removed from. This value is an Amazon Resource Name (ARN).

  • TagKeys (list) –

    [REQUIRED]

    The tag key (name) of the tag to be removed.

    • (string) –

Returns:

None

Exceptions