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

***************************
get_queue_fleet_association
***************************



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

  

  Gets a queue-fleet association.

  

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


  **Request Syntax**
  ::

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

    The farm ID of the farm that contains the queue-fleet association.

    

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

    The queue ID for the queue-fleet association.

    

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

    The fleet ID for the queue-fleet association.

    

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

    
    ::

      {
          'queueId': 'string',
          'fleetId': 'string',
          'status': 'ACTIVE'|'STOP_SCHEDULING_AND_COMPLETE_TASKS'|'STOP_SCHEDULING_AND_CANCEL_TASKS'|'STOPPED',
          'createdAt': datetime(2015, 1, 1),
          'createdBy': 'string',
          'updatedAt': datetime(2015, 1, 1),
          'updatedBy': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

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

        The queue ID for the queue-fleet association.

        
      

      - **fleetId** *(string) --* 

        The fleet ID for the queue-fleet association.

        
      

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

        The status of the queue-fleet association.

        
      

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

        The date and time the resource was created.

        
      

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

        The user or system that created this resource.

        
      

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

        The date and time the resource was updated.

        
      

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

        The user or system that updated this resource.

        
  
  **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`

  