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

9 lines
248 B
XML
Raw Normal View History

<ErrorResponse xmlns="https://route53.amazonaws.com/doc/2013-04-01/">
<Error>
<Type>Sender</Type>
<Code>InvalidInput</Code>
<Message>Invalid resource type: foo</Message>
</Error>
<RequestId>request_id</RequestId>
</ErrorResponse>