Superclass for EC2 API exceptions.
More...
Public Member Functions |
def | __init__ |
| Store context used to build an error message in to_xml .
|
def | to_xml |
| Return XML with error details compatible with Amazon EC2 WSDL.
|
Detailed Description
Superclass for EC2 API exceptions.
Definition at line 33 of file error.py.
Constructor & Destructor Documentation
def src.ec2.error.EC2Exception.__init__ |
( |
|
self, |
|
|
|
context |
|
) |
| |
Store context
used to build an error message
in to_xml
.
Definition at line 37 of file error.py.
Member Function Documentation
def src.ec2.error.EC2Exception.to_xml |
( |
|
self | ) |
|
Return XML with error details compatible with Amazon EC2 WSDL.
Definition at line 42 of file error.py.
Member Data Documentation
src.ec2.error.EC2Exception.context |
The documentation for this class was generated from the following file: