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

10 lines
209 B
JSON

{
"Error": {
"Code": "InvalidInstanceID.Malformed",
"Message": "Invalid id: \"foobar\""
},
"ResponseMetadata": {
"RequestId": "dfb14b43-9a55-4d8e-b676-e8034d12bbeb"
}
}