File: //usr/lib/python3/dist-packages/boto/ses/__pycache__/exceptions.cpython-310.pyc
o
ckF[& � @ s� d Z ddlmZ G dd� de�ZG dd� de�ZG dd� de�ZG d d
� d
e�ZG dd� de�ZG d
d� de�ZG dd� de�Z G dd� de�Z
G dd� de�ZG dd� de�ZdS )z9
Various exceptions that are specific to the SES module.
� )�BotoServerErrorc @ � e Zd ZdZdS )�SESErrorz�
Sub-class all SES-related errors from here. Don't raise this error
directly from anywhere. The only thing this gets us is the ability to
catch SESErrors separately from the more generic, top-level
BotoServerError exception.
N��__name__�
__module__�__qualname__�__doc__� r
r
�5/usr/lib/python3/dist-packages/boto/ses/exceptions.pyr � r c @ r )�SESAddressNotVerifiedErrorzM
Raised when a "Reply-To" address has not been validated in SES yet.
Nr r
r
r
r r
� r
c @ r )�SESIdentityNotVerifiedErrorzW
Raised when an identity (domain or address) has not been verified in SES yet.
Nr r
r
r
r r r r c @ r )�SESDomainNotConfirmedErrorz
Nr r
r
r
r r s r c @ r )�SESAddressBlacklistedErrora*
After you attempt to send mail to an address, and delivery repeatedly
fails, said address is blacklisted for at least 24 hours. The blacklisting
eventually expires, and you are able to attempt delivery again. If you
attempt to send mail to a blacklisted email, this is raised.
Nr r
r
r
r r % r r c @ r )�SESDailyQuotaExceededErrorzj
Your account's daily (rolling 24 hour total) allotment of outbound emails
has been exceeded.
Nr r
r
r
r r / s r c @ r )�SESMaxSendingRateExceededErrorzA
Your account's requests/second limit has been exceeded.
Nr r
r
r
r r 7 r r c @ r )�SESDomainEndsWithDotErrorzC
Recipient's email address' domain ends with a period/dot.
Nr r
r
r
r r >