IoTAnalytics.Client.delete_dataset_content(**kwargs)¶Deletes the content of the specified dataset.
See also: AWS API Documentation
Request Syntax
response = client.delete_dataset_content(
datasetName='string',
versionId='string'
)
[REQUIRED]
The name of the dataset whose content is deleted.
None
Exceptions
IoTAnalytics.Client.exceptions.InvalidRequestExceptionIoTAnalytics.Client.exceptions.ResourceNotFoundExceptionIoTAnalytics.Client.exceptions.InternalFailureExceptionIoTAnalytics.Client.exceptions.ServiceUnavailableExceptionIoTAnalytics.Client.exceptions.ThrottlingException