WorkMail / Client / untag_resource

untag_resource#

WorkMail.Client.untag_resource(**kwargs)#

Untags the specified tags from the specified WorkMail organization resource.

See also: AWS API Documentation

Request Syntax

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

    [REQUIRED]

    The resource ARN.

  • TagKeys (list) –

    [REQUIRED]

    The tag keys.

    • (string) –

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions