ConnectCampaignServiceV2 / Client / untag_resource

untag_resource

ConnectCampaignServiceV2.Client.untag_resource(**kwargs)

Untag a resource.

See also: AWS API Documentation

Request Syntax

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

    [REQUIRED]

    Amazon Resource Names(ARN)

  • tagKeys (list) –

    [REQUIRED]

    List of tag keys.

    • (string) –

      The key of tag.

Returns:

None

Exceptions

  • ConnectCampaignServiceV2.Client.exceptions.InternalServerException

  • ConnectCampaignServiceV2.Client.exceptions.ResourceNotFoundException

  • ConnectCampaignServiceV2.Client.exceptions.ValidationException

  • ConnectCampaignServiceV2.Client.exceptions.AccessDeniedException

  • ConnectCampaignServiceV2.Client.exceptions.ThrottlingException