MultipartyApproval / Client / untag_resource

untag_resource

MultipartyApproval.Client.untag_resource(**kwargs)

Removes a resource tag. Each tag is a label consisting of a user-defined key and value. Tags can help you manage, identify, organize, search for, and filter resources.

See also: AWS API Documentation

Request Syntax

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

    [REQUIRED]

    Amazon Resource Name (ARN) for the resource you want to untag.

  • TagKeys (list) –

    [REQUIRED]

    Array of tag key-value pairs that you want to untag.

    • (string) –

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • MultipartyApproval.Client.exceptions.AccessDeniedException

  • MultipartyApproval.Client.exceptions.ValidationException

  • MultipartyApproval.Client.exceptions.ResourceNotFoundException

  • MultipartyApproval.Client.exceptions.ThrottlingException

  • MultipartyApproval.Client.exceptions.InternalServerException