:doc:`Connect <../../connect>` / Client / resume_contact

**************
resume_contact
**************



.. py:method:: Connect.Client.resume_contact(**kwargs)

  

  Allows resuming a task contact in a paused state.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ResumeContact>`_  


  **Request Syntax**
  ::

    response = client.resume_contact(
        ContactId='string',
        InstanceId='string',
        ContactFlowId='string'
    )
    
  :type ContactId: string
  :param ContactId: **[REQUIRED]** 

    The identifier of the contact.

    

  
  :type InstanceId: string
  :param InstanceId: **[REQUIRED]** 

    The identifier of the Amazon Connect instance. You can find the ``instanceId`` in the ARN of the instance.

    

  
  :type ContactFlowId: string
  :param ContactFlowId: 

    The identifier of the flow.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`Connect.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`Connect.Client.exceptions.InternalServiceException`

  
  *   :py:class:`Connect.Client.exceptions.InvalidRequestException`

  
  *   :py:class:`Connect.Client.exceptions.InvalidParameterException`

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

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

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

  