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

*************************
update_queue_max_contacts
*************************



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

  

  Updates the maximum number of contacts allowed in a queue before it is considered full.

  

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


  **Request Syntax**
  ::

    response = client.update_queue_max_contacts(
        InstanceId='string',
        QueueId='string',
        MaxContacts=123
    )
    
  :type InstanceId: string
  :param InstanceId: **[REQUIRED]** 

    The identifier of the Amazon Connect instance. You can `find the instance ID <https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html>`__ in the Amazon Resource Name (ARN) of the instance.

    

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

    The identifier for the queue.

    

  
  :type MaxContacts: integer
  :param MaxContacts: 

    The maximum number of contacts that can be in the queue before it is considered full.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :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.InternalServiceException`

  