TimestreamInfluxDB / Client / delete_db_cluster
delete_db_cluster#
- TimestreamInfluxDB.Client.delete_db_cluster(**kwargs)#
Deletes a Timestream for InfluxDB cluster.
See also: AWS API Documentation
Request Syntax
response = client.delete_db_cluster( dbClusterId='string' )
- Parameters:
dbClusterId (string) –
[REQUIRED]
Service-generated unique identifier of the DB cluster.
- Return type:
dict
- Returns:
Response Syntax
{ 'dbClusterStatus': 'CREATING'|'UPDATING'|'DELETING'|'AVAILABLE'|'FAILED'|'DELETED' }
Response Structure
(dict) –
dbClusterStatus (string) –
The status of the DB cluster.
Exceptions
TimestreamInfluxDB.Client.exceptions.ValidationException
TimestreamInfluxDB.Client.exceptions.AccessDeniedException
TimestreamInfluxDB.Client.exceptions.InternalServerException
TimestreamInfluxDB.Client.exceptions.ConflictException
TimestreamInfluxDB.Client.exceptions.ResourceNotFoundException
TimestreamInfluxDB.Client.exceptions.ThrottlingException