B
    è?F[2  ã               @   st   d Z ddlmZ G dd„ deƒZG dd„ deƒZG dd„ deƒZG d	d
„ d
eƒZG dd„ deƒZG dd„ deƒZdS )z:
Exceptions that are specific to the cloudsearch2 module.
é    )ÚBotoServerErrorc               @   s   e Zd ZdZdS )ÚInvalidTypeExceptionzF
    Raised when an invalid record type is passed to CloudSearch.
    N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__© r   r   ú;lib/python3.7/site-packages/boto/cloudsearch2/exceptions.pyr      s   r   c               @   s   e Zd ZdZdS )ÚLimitExceededExceptionz0
    Raised when a limit has been exceeded.
    N)r   r   r   r   r   r   r   r	   r
      s   r
   c               @   s   e Zd ZdZdS )ÚInternalExceptionz&
    A generic server-side error.
    N)r   r   r   r   r   r   r   r	   r      s   r   c               @   s   e Zd ZdZdS )ÚDisabledOperationExceptionz5
    Raised when an operation has been disabled.
    N)r   r   r   r   r   r   r   r	   r      s   r   c               @   s   e Zd ZdZdS )ÚResourceNotFoundExceptionz:
    Raised when a requested resource does not exist.
    N)r   r   r   r   r   r   r   r	   r   #   s   r   c               @   s   e Zd ZdZdS )ÚBaseExceptionz&
    A generic server-side error.
    N)r   r   r   r   r   r   r   r	   r   *   s   r   N)	r   Zboto.exceptionr   r   r
   r   r   r   r   r   r   r   r	   Ú<module>   s   