Source code for config_patterns.exc

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


[docs]class S3BucketVersionSuspendedError(Exception): """ We don't store config files in a bucket with 'suspended' status. This exception is raised when we try to deploy or get a config file from a bucket with 'suspended' status. """ pass
[docs]class S3ObjectNotExist(Exception): pass
[docs]class ParameterNotExists(Exception): pass