ARCRegionswitch / Client / untag_resource

untag_resource

ARCRegionswitch.Client.untag_resource(**kwargs)

Removes tags from a Region switch resource.

See also: AWS API Documentation

Request Syntax

response = client.untag_resource(
    arn='string',
    resourceTagKeys=[
        'string',
    ]
)
Parameters:
  • arn (string) –

    [REQUIRED]

    The Amazon Resource Name (ARN) for a tag you remove a resource from.

  • resourceTagKeys (list) –

    [REQUIRED]

    Tag keys that you remove from a resource.

    • (string) –

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • ARCRegionswitch.Client.exceptions.ResourceNotFoundException

  • ARCRegionswitch.Client.exceptions.InternalServerException