cc1  v2.1
CC1 source code docs
 All Classes Namespaces Files Functions Variables Pages
src.ec2.error.InvalidIPAddress.InUse Class Reference
+ Inheritance diagram for src.ec2.error.InvalidIPAddress.InUse:

Static Public Attributes

string code = "InvalidIPAddress"
string message = "Specified IP Address is already in use. You must first disassociate it from the instance"

Additional Inherited Members

- Public Member Functions inherited from src.ec2.error.EC2Exception
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.
- Public Attributes inherited from src.ec2.error.EC2Exception
 context

Detailed Description

Definition at line 156 of file error.py.

Member Data Documentation

string src.ec2.error.InvalidIPAddress.InUse.code = "InvalidIPAddress"
static

Definition at line 157 of file error.py.

string src.ec2.error.InvalidIPAddress.InUse.message = "Specified IP Address is already in use. You must first disassociate it from the instance"
static

Definition at line 158 of file error.py.


The documentation for this class was generated from the following file: