卓:如何强制停止创建DynamoDB表?

Der*_*ith 5 amazon-web-services amazon-dynamodb aws-cli

运行后:$aws dynamodb delete-table --table-name Listing-cmycl8n047yb70n704m804-react

我收到此错误: An error occurred (ResourceInUseException) when calling the DeleteTable operation: Attempt to change a resource which is still in use: Table is being created: MY_TABLE_NAME

空表已创建了最后一个小时。

如何强制删除仍在创建的表?

小智 0

ResourceInUseException 该操作与资源的可用性冲突。例如,您尝试重新创建现有表,或尝试删除当前处于 CREATING 状态的表。