:doc:`DeadlineCloud <../../deadline>` / Client / get_queue_limit_association

***************************
get_queue_limit_association
***************************



.. py:method:: DeadlineCloud.Client.get_queue_limit_association(**kwargs)

  

  Gets information about a specific association between a queue and a limit.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/deadline-2023-10-12/GetQueueLimitAssociation>`_  


  **Request Syntax**
  ::

    response = client.get_queue_limit_association(
        farmId='string',
        queueId='string',
        limitId='string'
    )
    
  :type farmId: string
  :param farmId: **[REQUIRED]** 

    The unique identifier of the farm that contains the associated queue and limit.

    

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

    The unique identifier of the queue associated with the limit.

    

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

    The unique identifier of the limit associated with the queue.

    

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

    
    ::

      {
          'createdAt': datetime(2015, 1, 1),
          'createdBy': 'string',
          'updatedAt': datetime(2015, 1, 1),
          'updatedBy': 'string',
          'queueId': 'string',
          'limitId': 'string',
          'status': 'ACTIVE'|'STOP_LIMIT_USAGE_AND_COMPLETE_TASKS'|'STOP_LIMIT_USAGE_AND_CANCEL_TASKS'|'STOPPED'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **createdAt** *(datetime) --* 

        The Unix timestamp of the date and time that the association was created.

        
      

      - **createdBy** *(string) --* 

        The user identifier of the person that created the association.

        
      

      - **updatedAt** *(datetime) --* 

        The Unix timestamp of the date and time that the association was last updated.

        
      

      - **updatedBy** *(string) --* 

        The user identifier of the person that last updated the association.

        
      

      - **queueId** *(string) --* 

        The unique identifier of the queue associated with the limit.

        
      

      - **limitId** *(string) --* 

        The unique identifier of the limit associated with the queue.

        
      

      - **status** *(string) --* 

        The current status of the limit.

        
  
  **Exceptions**
  
  *   :py:class:`DeadlineCloud.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`DeadlineCloud.Client.exceptions.InternalServerErrorException`

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

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

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

  