aws dynamodb describe-table –table-name Music | grep TableStatus. This command returns the following result. When DynamoDB finishes creating the table, the value of the TableStatus field is set to ACTIVE.
https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/getting-started-step-1.html

