HealthLake / Client / untag_resource
untag_resource¶
- HealthLake.Client.untag_resource(**kwargs)¶
Remove a user-specifed key and value tag 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 from which tags are being removed.
TagKeys (list) –
[REQUIRED]
The keys for the tags to be removed from the data store.
(string) –
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions
HealthLake.Client.exceptions.ValidationExceptionHealthLake.Client.exceptions.ResourceNotFoundException