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

  • HealthLake.Client.exceptions.ValidationException
  • HealthLake.Client.exceptions.ResourceNotFoundException