B
    è?F[¾  ã               @   sd   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dS )z²
Exceptions that are specific to the swf module.

This module subclasses the base SWF response exception, 
boto.exceptions.SWFResponseError, for some of the SWF specific faults.
é    )ÚSWFResponseErrorc               @   s   e Zd ZdZdS )ÚSWFDomainAlreadyExistsErrorz5
    Raised when when the domain already exists.
    N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__© r   r   ú2lib/python3.7/site-packages/boto/swf/exceptions.pyr   
   s   r   c               @   s   e Zd ZdZdS )ÚSWFLimitExceededErrorzH
    Raised when when a system imposed limitation has been reached.
    N)r   r   r   r   r   r   r   r	   r
      s   r
   c               @   s   e Zd ZdZdS )ÚSWFOperationNotPermittedErrorz0
    Raised when (reserved for future use).
    N)r   r   r   r   r   r   r   r	   r      s   r   c               @   s   e Zd ZdZdS )ÚSWFTypeAlreadyExistsErrorzM
    Raised when when the workflow type or activity type already exists.
    N)r   r   r   r   r   r   r   r	   r      s   r   c               @   s   e Zd ZdZdS )Ú'SWFWorkflowExecutionAlreadyStartedErrorzq
    Raised when an open execution with the same workflow_id is already running
    in the specified domain.
    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	   Ú<module>   s   