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

*********************
get_queue_environment
*********************



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

  

  Gets a queue environment.

  

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


  **Request Syntax**
  ::

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

    The farm ID for the queue environment.

    

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

    The queue ID for the queue environment.

    

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

    The queue environment ID.

    

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

    
    ::

      {
          'queueEnvironmentId': 'string',
          'name': 'string',
          'priority': 123,
          'templateType': 'JSON'|'YAML',
          'template': 'string',
          'createdAt': datetime(2015, 1, 1),
          'createdBy': 'string',
          'updatedAt': datetime(2015, 1, 1),
          'updatedBy': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **queueEnvironmentId** *(string) --* 

        The queue environment ID.

        
      

      - **name** *(string) --* 

        The name of the queue environment.

        
      

      - **priority** *(integer) --* 

        The priority of the queue environment.

        
      

      - **templateType** *(string) --* 

        The type of template for the queue environment.

        
      

      - **template** *(string) --* 

        The template for the queue environment.

        
      

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

  