Chatbot / Client / untag_resource
untag_resource#
- Chatbot.Client.untag_resource(**kwargs)#
Detaches a key-value pair from a resource, as identified by its Amazon Resource Name (ARN). Resources are users, servers, roles, and other entities.
See also: AWS API Documentation
Request Syntax
response = client.untag_resource( ResourceARN='string', TagKeys=[ 'string', ] )
- Parameters:
ResourceARN (string) –
[REQUIRED]
The value of the resource that will have the tag removed. An Amazon Resource Name (ARN) is an identifier for a specific AWS resource, such as a server, user, or role.
TagKeys (list) –
[REQUIRED]
TagKeys are key-value pairs assigned to ARNs that can be used to group and search for resources by type. This metadata can be attached to resources for any purpose.
(string) –
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
Chatbot.Client.exceptions.ServiceUnavailableException
Chatbot.Client.exceptions.ResourceNotFoundException
Chatbot.Client.exceptions.InternalServiceError