summaryrefslogtreecommitdiff
path: root/test/units/modules/cloud/amazon/placebo_recordings/cloudformation/delete_nonexistent_stack/cloudformation.DescribeStackEvents_2.json
blob: 589f92cc6e40e46bf94fbcea7bb5b729ec674934 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "status_code": 400,
    "data": {
        "ResponseMetadata": {
            "RetryAttempts": 0,
            "HTTPStatusCode": 400,
            "RequestId": "17d80f44-b5d0-11e7-80c4-9f499f779cdb",
            "HTTPHeaders": {
                "x-amzn-requestid": "17d80f44-b5d0-11e7-80c4-9f499f779cdb",
                "date": "Fri, 20 Oct 2017 19:51:40 GMT",
                "content-length": "301",
                "content-type": "text/xml",
                "connection": "close"
            }
        },
        "Error": {
            "Message": "Stack [ansible-test-nonexist] does not exist",
            "Code": "ValidationError",
            "Type": "Sender"
        }
    }
}