IoTAnalytics / Client / delete_dataset

delete_dataset#

IoTAnalytics.Client.delete_dataset(**kwargs)#

Deletes the specified dataset.

You do not have to delete the content of the dataset before you perform this operation.

See also: AWS API Documentation

Request Syntax

response = client.delete_dataset(
    datasetName='string'
)
Parameters:

datasetName (string) –

[REQUIRED]

The name of the dataset to delete.

Returns:

None

Exceptions

  • IoTAnalytics.Client.exceptions.InvalidRequestException

  • IoTAnalytics.Client.exceptions.ResourceNotFoundException

  • IoTAnalytics.Client.exceptions.InternalFailureException

  • IoTAnalytics.Client.exceptions.ServiceUnavailableException

  • IoTAnalytics.Client.exceptions.ThrottlingException