Skip to content

Difference between exceptions thrown by SESv2 SendEmail #3510

Answered by bhoradc
lonix1 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @lonix1,

Thank you for reaching us with your query.

TooManyRequestsException is raised when you have exceeded the rate limit for the specific operation you're calling, in this case its the SendEmailAsync.

LimitExceededException is raised when you exceed a limit or quota for a specific resource type within the SES service. The resource type could refer to various entities, such as Recipient limits, Email sending quotas, etc.

The Service quotas in Amazon SES lists and describes the quotas that apply to Amazon SES resources and operations. Exceeding these specific resource types and limits would cause the LimitExceededException in SES.

Let me know if this helps.

Regards,
Chaitanya

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@lonix1
Comment options

Answer selected by lonix1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants