python-botocore/tests/unit/response_parsing/xml/errors/cloudwatch-describe-alarm-history.json

11 lines
232 B
JSON
Raw Normal View History

{
"Error": {
"Code": "InvalidNextToken",
"Message": "The token 'fiebaz' was invalid",
"Type": "Sender"
},
"ResponseMetadata": {
"RequestId": "0cbee924-b7f3-11e2-9844-5359a37be512"
}
}