python-botocore/tests/unit/response_parsing/xml/errors/route53-get-hosted-zone.json

12 lines
199 B
JSON
Raw Normal View History

{
"Error": {
"Code": "InvalidInput",
"Message": "Invalid resource type: foo",
"Type": "Sender"
},
"ResponseMetadata": {
"RequestId": "request_id"
}
}