python-botocore/tests/unit/response_parsing/xml/errors/elb-describe-load-balancers.json
2015-11-24 20:34:53 +09:00

11 lines
238 B
JSON

{
"Error": {
"Code": "LoadBalancerNotFound",
"Message": "Cannot find Load Balancer foobar",
"Type": "Sender"
},
"ResponseMetadata": {
"RequestId": "88e880c0-b7f7-11e2-ac25-87bc0c2182b8"
}
}