python-botocore/tests/unit/response_parsing/xml/errors/rds-describe-db-instances.json
2015-11-24 20:34:53 +09:00

11 lines
232 B
JSON

{
"Error": {
"Code": "DBInstanceNotFound",
"Message": "DBInstance foobar not found.",
"Type": "Sender"
},
"ResponseMetadata": {
"RequestId": "b41f03f1-b7f8-11e2-9b07-955bffd33505"
}
}