S3Files / Client / untag_resource
untag_resource¶
- S3Files.Client.untag_resource(**kwargs)¶
Removes tags from S3 Files resources.
See also: AWS API Documentation
Request Syntax
response = client.untag_resource( resourceId='string', tagKeys=[ 'string', ] )
- Parameters:
resourceId (string) –
[REQUIRED]
The ID or Amazon Resource Name (ARN) of the resource to remove tags from.
tagKeys (list) –
[REQUIRED]
An array of tag keys to remove from the resource.
(string) –
- Returns:
None
Exceptions
S3Files.Client.exceptions.InternalServerExceptionS3Files.Client.exceptions.ResourceNotFoundExceptionS3Files.Client.exceptions.ThrottlingExceptionS3Files.Client.exceptions.ValidationException