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()