Part of libcloud.dns.drivers.route53 View Source View In Hierarchy
Amazon Route53 response class.
Method | success | Determine if our request was successful. |
Method | error | Undocumented |
Inherited from XmlResponse (via AWSBaseResponse):
Method | parse_body | Parse response body. |
Inherited from Response (via AWSBaseResponse, XmlResponse):
Method | __init__ | Undocumented |
Method | parse_error | Parse the error messages. |
Method | _decompress_response | Decompress a response body if it is using deflate or gzip encoding. |
Determine if our request was successful. The meaning of this can be arbitrary; did we receive OK status? Did the node get created? Were we authenticated? @return: C{True} or C{False}