ConnectCampaignServiceV2 / Client / delete_campaign_communication_limits

delete_campaign_communication_limits#

ConnectCampaignServiceV2.Client.delete_campaign_communication_limits(**kwargs)#

Deletes the communication limits config for a campaign. This API is idempotent.

See also: AWS API Documentation

Request Syntax

response = client.delete_campaign_communication_limits(
    id='string',
    config='ALL_CHANNEL_SUBTYPES'
)
Parameters:
  • id (string) –

    [REQUIRED]

    Identifier representing a Campaign

  • config (string) –

    [REQUIRED]

    The type of campaign communication limits config.

Returns:

None

Exceptions

  • ConnectCampaignServiceV2.Client.exceptions.InternalServerException

  • ConnectCampaignServiceV2.Client.exceptions.ResourceNotFoundException

  • ConnectCampaignServiceV2.Client.exceptions.ValidationException

  • ConnectCampaignServiceV2.Client.exceptions.ConflictException

  • ConnectCampaignServiceV2.Client.exceptions.InvalidCampaignStateException

  • ConnectCampaignServiceV2.Client.exceptions.AccessDeniedException