delete_dataset_group

ForecastService.Client.delete_dataset_group(**kwargs)

Deletes a dataset group created using the CreateDatasetGroup operation. You can only delete dataset groups that have a status of ACTIVE , CREATE_FAILED , or UPDATE_FAILED . To get the status, use the DescribeDatasetGroup operation.

This operation deletes only the dataset group, not the datasets in the group.

See also: AWS API Documentation

Request Syntax

response = client.delete_dataset_group(
    DatasetGroupArn='string'
)
Parameters
DatasetGroupArn (string) --

[REQUIRED]

The Amazon Resource Name (ARN) of the dataset group to delete.

Returns
None

Exceptions

  • ForecastService.Client.exceptions.InvalidInputException
  • ForecastService.Client.exceptions.ResourceNotFoundException
  • ForecastService.Client.exceptions.ResourceInUseException