untag_resource

DataSync.Client.untag_resource(**kwargs)

Removes tags from an Amazon Web Services resource.

See also: AWS API Documentation

Request Syntax

response = client.untag_resource(
    ResourceArn='string',
    Keys=[
        'string',
    ]
)
Parameters
  • ResourceArn (string) --

    [REQUIRED]

    Specifies the Amazon Resource Name (ARN) of the resource to remove the tags from.

  • Keys (list) --

    [REQUIRED]

    Specifies the keys in the tags that you want to remove.

    • (string) --
Return type

dict

Returns

Response Syntax

{}

Response Structure

  • (dict) --

Exceptions

  • DataSync.Client.exceptions.InvalidRequestException
  • DataSync.Client.exceptions.InternalException