IoTAnalytics / Client / delete_datastore

delete_datastore#

IoTAnalytics.Client.delete_datastore(**kwargs)#

Deletes the specified data store.

See also: AWS API Documentation

Request Syntax

response = client.delete_datastore(
    datastoreName='string'
)
Parameters:

datastoreName (string) –

[REQUIRED]

The name of the data store 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