python-botocore/tests/unit/response_parsing/xml/errors/rds-describe-db-instances.json

11 lines
232 B
JSON
Raw Normal View History

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