U
    W¨+d2  ã                   @   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	   ú@/tmp/pip-unpacked-wheel-dlxw5sjy/boto/cloudsearch2/exceptions.pyr      s   r   c                   @   s   e Zd ZdZdS )ÚLimitExceededExceptionz0
    Raised when a limit has been exceeded.
    Nr   r	   r	   r	   r
   r      s   r   c                   @   s   e Zd ZdZdS )ÚInternalExceptionú&
    A generic server-side error.
    Nr   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.
    Nr   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.
    Nr   r	   r	   r	   r
   r   #   s   r   c                   @   s   e Zd ZdZdS )ÚBaseExceptionr   Nr   r	   r	   r	   r
   r   *   s   r   N)	r   Zboto.exceptionr   r   r   r   r   r   r   r	   r	   r	   r
   Ú<module>   s   