Table / Waiter / wait_until_exists
wait_until_exists#
- DynamoDB.Table.wait_until_exists()#
- Waits until this Table is exists. This method calls - DynamoDB.Waiter.table_exists.wait()which polls- DynamoDB.Client.describe_table()every 20 seconds until a successful state is reached. An error is raised after 25 failed checks.- See also: AWS API Documentation - Request Syntax- table.wait_until_exists() - Returns:
- None