:doc:`ConnectCampaignService <../../connectcampaigns>` / Client / pause_campaign

**************
pause_campaign
**************



.. py:method:: ConnectCampaignService.Client.pause_campaign(**kwargs)

  

  Pauses a campaign for the specified Amazon Connect account.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/connectcampaigns-2021-01-30/PauseCampaign>`_  


  **Request Syntax**
  ::

    response = client.pause_campaign(
        id='string'
    )
    
  :type id: string
  :param id: **[REQUIRED]** 

    Identifier representing a Campaign

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`ConnectCampaignService.Client.exceptions.InternalServerException`

  
  *   :py:class:`ConnectCampaignService.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`ConnectCampaignService.Client.exceptions.ValidationException`

  
  *   :py:class:`ConnectCampaignService.Client.exceptions.ConflictException`

  
  *   :py:class:`ConnectCampaignService.Client.exceptions.InvalidCampaignStateException`

  
  *   :py:class:`ConnectCampaignService.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`ConnectCampaignService.Client.exceptions.ThrottlingException`

  