SendEmailAsync does not document AmazonSimpleEmailServiceV2Exception #3550
Labels
documentation
This is a problem with documentation.
module/sdk-generated
p3
This is a minor priority issue
response-requested
Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
Describe the issue
I'm using SES v2.
I used
SendEmailAsync
with an identity that has a default configuration set. The policy was not correct and so prevented my app from sending the mail:This exception was thrown:
AmazonSimpleEmailServiceV2Exception
:That exception is not documented - neither in the API docs nor in the doc-comments that show in my IDE.
Links
https://docs.aws.amazon.com/sdkfornet/v3/apidocs/items/SimpleEmailV2/MSimpleEmailServiceV2SendEmailAsyncSendEmailRequestCancellationToken.html
The text was updated successfully, but these errors were encountered: