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

  • SWF.Client.exceptions.UnknownResourceFault
  • SWF.Client.exceptions.LimitExceededFault
  • SWF.Client.exceptions.OperationNotPermittedFault