AgentRegistryControl / Client / untag_resource
untag_resource¶
- AgentRegistryControl.Client.untag_resource(**kwargs)¶
Remove tags from a resource by key
See also: AWS API Documentation
Request Syntax
response = client.untag_resource( resourceArn='string', tagKeys=[ 'string', ] )
- Parameters:
resourceArn (string) –
[REQUIRED]
ARN of a taggable Agent Registry resource.
tagKeys (list) –
[REQUIRED]
A list of tag keys.
(string) –
Key of a tag.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions
AgentRegistryControl.Client.exceptions.InternalServerExceptionAgentRegistryControl.Client.exceptions.AccessDeniedExceptionAgentRegistryControl.Client.exceptions.ThrottlingExceptionAgentRegistryControl.Client.exceptions.ResourceNotFoundExceptionAgentRegistryControl.Client.exceptions.ValidationException