python-botocore/tests/unit/response_parsing/json/expected/dynamodb-put-item.json
2015-11-24 20:34:53 +09:00

8 lines
277 B
JSON

{
"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"
}
}