python-botocore/tests/unit/response_parsing/json/expected/dynamodb-put-item.json

8 lines
277 B
JSON
Raw Normal View History

{
"ResponseMetadata": {},
"Error": {
"Message": "The level of configured provisioned throughput for the table was exceeded. Consider increasing your provisioning level with the UpdateTable API",
"Code": "ProvisionedThroughputExceededException"
}
}