UserNotificationsContacts / Client / untag_resource

untag_resource#

UserNotificationsContacts.Client.untag_resource(**kwargs)#

Detaches a key-value pair from a resource, as identified by its Amazon Resource Name (ARN). Taggable resources in AWS User Notifications Contacts include email contacts..

See also: AWS API Documentation

Request Syntax

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

    [REQUIRED]

    The value of the resource that will have the tag removed. An Amazon Resource Name (ARN) is an identifier for a specific AWS resource, such as a server, user, or role.

  • tagKeys (list) –

    [REQUIRED]

    Specifies a list of tag keys that you want to remove from the specified resources.

    • (string) –

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • UserNotificationsContacts.Client.exceptions.InternalServerException

  • UserNotificationsContacts.Client.exceptions.ResourceNotFoundException

  • UserNotificationsContacts.Client.exceptions.AccessDeniedException

  • UserNotificationsContacts.Client.exceptions.ThrottlingException

  • UserNotificationsContacts.Client.exceptions.ValidationException