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

******************
update_label_group
******************



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

  

  Updates the label group.

  

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


  **Request Syntax**
  ::

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

    The name of the label group to be updated.

    

  
  :type FaultCodes: list
  :param FaultCodes: 

    Updates the code indicating the type of anomaly associated with the label.

     

    Data in this field will be retained for service usage. Follow best practices for the security of your data.

    

  
    - *(string) --* 

    

  
  :returns: None
  **Exceptions**
  
  *   :py:class:`LookoutEquipment.Client.exceptions.ConflictException`

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

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

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

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

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

  