Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

wait_until_not_exists

wait_until_not_exists()

Waits until this Table is not exists. This method calls DynamoDB.Waiter.table_not_exists.wait() which polls. DynamoDB.Client.describe_table() every 20 seconds until a successful state is reached. An error is returned after 25 failed checks.

See also: AWS API Documentation

Request Syntax

table.wait_until_not_exists()
Returns
None