Part of libcloud.dns.drivers.route53 View Source View In Hierarchy
Amazon Route53 response class.
Inherited from AWSGenericResponse:
Method | success | Determine if our request was successful. |
Method | parse_error | Parse the error messages. |
Inherited from XmlResponse (via AWSGenericResponse, AWSBaseResponse):
Method | parse_body | Parse response body. |
Inherited from Response (via AWSGenericResponse, AWSBaseResponse, XmlResponse):
Method | __init__ | Undocumented |
Method | _decompress_response | Decompress a response body if it is using deflate or gzip encoding. |