Revonzy Mini Shell

Şuanki Dizin: /usr/lib/python2.7/site-packages/boto/cloudsearch2/
Dosya Yükle :
Şuanki Dosya : //usr/lib/python2.7/site-packages/boto/cloudsearch2/exceptions.py

"""
Exceptions that are specific to the cloudsearch2 module.
"""
from boto.exception import BotoServerError


class InvalidTypeException(BotoServerError):
    """
    Raised when an invalid record type is passed to CloudSearch.
    """
    pass


class LimitExceededException(BotoServerError):
    """
    Raised when a limit has been exceeded.
    """
    pass


class InternalException(BotoServerError):
    """
    A generic server-side error.
    """
    pass


class DisabledOperationException(BotoServerError):
    """
    Raised when an operation has been disabled.
    """
    pass


class ResourceNotFoundException(BotoServerError):
    """
    Raised when a requested resource does not exist.
    """
    pass


class BaseException(BotoServerError):
    """
    A generic server-side error.
    """
    pass

EliteHackz.ORG
Revonzy Mini Shell
root@revonzy.com

Linux vps.suncrosonline.com 3.10.0-862.3.2.el7.x86_64 #1 SMP Mon May 21 23:36:36 UTC 2018 x86_64
Apache
162.241.69.42