Personalize / Client / delete_dataset_group
delete_dataset_group#
- Personalize.Client.delete_dataset_group(**kwargs)#
- Deletes a dataset group. Before you delete a dataset group, you must delete the following: - All associated event trackers. 
- All associated solutions. 
- All datasets in the dataset group. 
 - See also: AWS API Documentation - Request Syntax - response = client.delete_dataset_group( datasetGroupArn='string' ) - Parameters:
- datasetGroupArn (string) – - [REQUIRED] - The ARN of the dataset group to delete. 
- Returns:
- None 
 - Exceptions - Personalize.Client.exceptions.InvalidInputException
- Personalize.Client.exceptions.ResourceNotFoundException
- Personalize.Client.exceptions.ResourceInUseException