EFS / Client / untag_resource
untag_resource#
- EFS.Client.untag_resource(**kwargs)#
Removes tags from an EFS resource. You can remove tags from EFS file systems and access points using this API operation.
This operation requires permissions for the
elasticfilesystem:UntagResource
action.See also: AWS API Documentation
Request Syntax
response = client.untag_resource( ResourceId='string', TagKeys=[ 'string', ] )
- Parameters:
ResourceId (string) –
[REQUIRED]
Specifies the EFS resource that you want to remove tags from.
TagKeys (list) –
[REQUIRED]
The keys of the key-value tag pairs that you want to remove from the specified EFS resource.
(string) –
- Returns:
None
Exceptions
EFS.Client.exceptions.BadRequest
EFS.Client.exceptions.InternalServerError
EFS.Client.exceptions.FileSystemNotFound
EFS.Client.exceptions.AccessPointNotFound