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'
)
[REQUIRED]
The name of the dataset to delete.
Exceptions
IoTAnalytics.Client.exceptions.InvalidRequestExceptionIoTAnalytics.Client.exceptions.ResourceNotFoundExceptionIoTAnalytics.Client.exceptions.InternalFailureExceptionIoTAnalytics.Client.exceptions.ServiceUnavailableExceptionIoTAnalytics.Client.exceptions.ThrottlingException