Personalize / Client / untag_resource
untag_resource#
- Personalize.Client.untag_resource(**kwargs)#
Removes the specified tags that are attached to a resource. For more information, see Removing tags from Amazon Personalize resources.
See also: AWS API Documentation
Request Syntax
response = client.untag_resource( resourceArn='string', tagKeys=[ 'string', ] )
- Parameters:
resourceArn (string) –
[REQUIRED]
The resource’s Amazon Resource Name (ARN).
tagKeys (list) –
[REQUIRED]
The keys of the tags to be removed.
(string) –
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions