Smaws_Client_ResourceGroupsTaggingAPI.UntagResources
val request :
Smaws_Lib.Context.t ->
untag_resources_input ->
(untag_resources_output,
[> Smaws_Lib.Protocols.AwsJson.error
| `InternalServiceException of internal_service_exception
| `InvalidParameterException of invalid_parameter_exception
| `ThrottledException of throttled_exception ])
Stdlib.result
Removes the specified tags from the specified resources. When you specify a tag key, the action removes both that key and its associated value. The operation succeeds even if you attempt to remove tags from a resource that were already removed. Note the following:
Minimum permissions
In addition to the tag:UntagResources
permission required by this operation, you must also have the remove tags permission defined by the service that created the resource. For example, to remove the tags from an Amazon EC2 instance using the UntagResources
operation, you must have both of the following permissions:
tag:UntagResource
ec2:DeleteTags