AWS SDK Version 2 for .NET
API Reference

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.

.NET Framework 3.5
 
Deletes the specified tags from a file system. If the DeleteTags request includes a tag key that does not exist, Amazon EFS ignores it; it is not an error. For more information about tags and related restrictions, go to Tag Restrictions in the AWS Billing and Cost Management User Guide.

This operation requires permission for the elasticfilesystem:DeleteTags action.

Namespace: Amazon.ElasticFileSystem
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public virtual DeleteTagsResponse DeleteTags(
         DeleteTagsRequest request
)

Parameters

request
Type: Amazon.ElasticFileSystem.Model.DeleteTagsRequest

Container for the necessary parameters to execute the DeleteTags service method.

Return Value
Type: Amazon.ElasticFileSystem.Model.DeleteTagsResponse
The response from the DeleteTags service method, as returned by ElasticFileSystem.

Exceptions

ExceptionCondition
BadRequestException Returned if the request is malformed or contains an error such as an invalid parameter value or a missing required parameter.
FileSystemNotFoundException Returned if the specified FileSystemId does not exist in the requester's AWS account.
InternalServerErrorException Returned if an error occurred on the server side.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5