MailManager / Client / untag_resource

untag_resource#

MailManager.Client.untag_resource(**kwargs)#

Remove one or more tags (keys and values) from a specified resource.

See also: AWS API Documentation

Request Syntax

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

    [REQUIRED]

    The Amazon Resource Name (ARN) of the resource that you want to untag.

  • TagKeys (list) –

    [REQUIRED]

    The keys of the key-value pairs for the tag or tags you want to remove from the specified resource.

    • (string) –

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • MailManager.Client.exceptions.ValidationException

  • MailManager.Client.exceptions.ConflictException

  • MailManager.Client.exceptions.ResourceNotFoundException