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.InternalServerException

  • S3Files.Client.exceptions.ResourceNotFoundException

  • S3Files.Client.exceptions.ThrottlingException

  • S3Files.Client.exceptions.ValidationException