:doc:`LookoutEquipment <../../lookoutequipment>` / Client / describe_label_group

********************
describe_label_group
********************



.. py:method:: LookoutEquipment.Client.describe_label_group(**kwargs)

  

  Returns information about the label group.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/DescribeLabelGroup>`_  


  **Request Syntax**
  ::

    response = client.describe_label_group(
        LabelGroupName='string'
    )
    
  :type LabelGroupName: string
  :param LabelGroupName: **[REQUIRED]** 

    Returns the name of the label group.

    

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

    
    ::

      {
          'LabelGroupName': 'string',
          'LabelGroupArn': 'string',
          'FaultCodes': [
              'string',
          ],
          'CreatedAt': datetime(2015, 1, 1),
          'UpdatedAt': datetime(2015, 1, 1)
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **LabelGroupName** *(string) --* 

        The name of the label group.

        
      

      - **LabelGroupArn** *(string) --* 

        The Amazon Resource Name (ARN) of the label group.

        
      

      - **FaultCodes** *(list) --* 

        Codes indicating the type of anomaly associated with the labels in the lagbel group.

        
        

        - *(string) --* 
    
      

      - **CreatedAt** *(datetime) --* 

        The time at which the label group was created.

        
      

      - **UpdatedAt** *(datetime) --* 

        The time at which the label group was updated.

        
  
  **Exceptions**
  
  *   :py:class:`LookoutEquipment.Client.exceptions.ValidationException`

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

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

  
  *   :py:class:`LookoutEquipment.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`LookoutEquipment.Client.exceptions.InternalServerException`

  