python-botocore/tests/unit/response_parsing/json/expected/opsworks-delete-stack.json

8 lines
155 B
JSON
Raw Normal View History

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