Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

update_label_group

update_label_group(**kwargs)

Updates the label group.

See also: AWS API Documentation

Request Syntax

response = client.update_label_group(
    LabelGroupName='string',
    FaultCodes=[
        'string',
    ]
)
Parameters
  • LabelGroupName (string) --

    [REQUIRED]

    The name of the label group to be updated.

  • FaultCodes (list) --

    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

  • LookoutEquipment.Client.exceptions.ConflictException
  • LookoutEquipment.Client.exceptions.ResourceNotFoundException
  • LookoutEquipment.Client.exceptions.ValidationException
  • LookoutEquipment.Client.exceptions.ThrottlingException
  • LookoutEquipment.Client.exceptions.AccessDeniedException
  • LookoutEquipment.Client.exceptions.InternalServerException