python-botocore/tests/unit/response_parsing/xml/errors/cloudformation-cancel-update-stack.json

11 lines
229 B
JSON
Raw Normal View History

{
"Error": {
"Code": "ValidationError",
"Message": "Stack: foobar does not exist",
"Type": "Sender"
},
"ResponseMetadata": {
"RequestId": "21113b58-b7e4-11e2-91fa-05ec834fa451"
}
}