python-botocore/tests/unit/response_parsing/json/expected/opsworks-delete-stack.json
2015-11-24 20:34:53 +09:00

8 lines
155 B
JSON

{
"ResponseMetadata": {},
"Error": {
"Message": "Unable to find stack with ID foobar",
"Code": "ResourceNotFoundException"
}
}