AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
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:
To remove tags from a resource, you need the necessary permissions for the service that the resource belongs to as well as permissions for removing tags. For more information, see the documentation for the service whose resource you want to untag.
You can only tag resources that are located in the specified Amazon Web Services Region for the calling Amazon Web Services account.
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
This is an asynchronous operation using the standard naming convention for .NET 4.5 or higher. For .NET 3.5 the operation is implemented as a pair of methods using the standard naming convention of BeginUntagResources and EndUntagResources.
Namespace: Amazon.ResourceGroupsTaggingAPI
Assembly: AWSSDK.ResourceGroupsTaggingAPI.dll
Version: 3.x.y.z
public abstract Task<UntagResourcesResponse> UntagResourcesAsync( UntagResourcesRequest request, CancellationToken cancellationToken )
Container for the necessary parameters to execute the UntagResources service method.
A cancellation token that can be used by other objects or threads to receive notice of cancellation.
Exception | Condition |
---|---|
InternalServiceException | The request processing failed because of an unknown error, exception, or failure. You can retry the request. |
InvalidParameterException | This error indicates one of the following: A parameter is missing. A malformed string was supplied for the request parameter. An out-of-range value was supplied for the request parameter. The target ID is invalid, unsupported, or doesn't exist. You can't access the Amazon S3 bucket for report storage. For more information, see Additional Requirements for Organization-wide Tag Compliance Reports in the Organizations User Guide. |
ThrottledException | The request was denied to limit the frequency of submitted requests. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer