It may be a dumb question as I am beginner. I tried to update the existing table name (e.g. MusicCollection) in DynamoDB to "Music" using aws cli. But failed.
Here is the cli command I tried to use
aws dynamodb update-table --table-name MusicCollection | Music
Can someone tell me how to update the exiting table name by using aws cli or aws management console?