-
|
I've scoured the docs and StackOverflow but couldn't find this info. The SESv2
These seem very similar; how do they differ? And:
What resource is being referred to here? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
The |
Beta Was this translation helpful? Give feedback.
The
BadRequestExceptionif the properties for the request are invalid like there being noToAddressesorFromAddress. TheMessageRejectedExceptionwould be in the content going inside the email. That would be something invalid in the rawBodyor in theSimplethat makes it an invalid email content. I'm not an expert in SES to know what that would be but theMessageRejectedExceptionis specifically the content of the email makes reject.