SWF / Client / untag_resource

untag_resource#

SWF.Client.untag_resource(**kwargs)#

Remove a tag from a Amazon SWF domain.

See also: AWS API Documentation

Request Syntax

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

    [REQUIRED]

    The Amazon Resource Name (ARN) for the Amazon SWF domain.

  • tagKeys (list) –

    [REQUIRED]

    The list of tags to remove from the Amazon SWF domain.

    • (string) –

Returns:

None

Exceptions