LookoutEquipment / Client / delete_label_group

delete_label_group#

LookoutEquipment.Client.delete_label_group(**kwargs)#

Deletes a group of labels.

See also: AWS API Documentation

Request Syntax

response = client.delete_label_group(
    LabelGroupName='string'
)
Parameters:

LabelGroupName (string) –

[REQUIRED]

The name of the label group that you want to delete. Data in this field will be retained for service usage. Follow best practices for the security of your data.

Returns:

None

Exceptions

  • LookoutEquipment.Client.exceptions.ResourceNotFoundException

  • LookoutEquipment.Client.exceptions.ThrottlingException

  • LookoutEquipment.Client.exceptions.InternalServerException

  • LookoutEquipment.Client.exceptions.AccessDeniedException

  • LookoutEquipment.Client.exceptions.ConflictException

  • LookoutEquipment.Client.exceptions.ValidationException