Source code for simple_aws_ec2.exc

# -*- coding: utf-8 -*-


[docs]class StatusError(ValueError): """ Exception raised when an unexpected status is encountered. """
[docs]class CannotDetectOSTypeError(TypeError): """ raised when unable to use the name and description to detect the OS type of the AMI. """ pass