HealthLake / Client / untag_resource

untag_resource#

HealthLake.Client.untag_resource(**kwargs)#

Removes tags from a data store.

See also: AWS API Documentation

Request Syntax

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

    [REQUIRED]

    The Amazon Resource Name(ARN) of the data store for which tags are being removed.

  • TagKeys (list) –

    [REQUIRED]

    The keys for the tags to be removed from the HealthLake data store.

    • (string) –

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions