Getting error : throttling rate exceeded

0

We are using ses.getIdentityVerificationAttributes to check is email is verified or not in aws for example var params = {Identities: ['test@test.com']}; ses.getIdentityVerificationAttributes(params, async (err, data) => { if (err) { console.log("IN Err =======>> ", err); } });

here we are getting are error some time. throttling rate exceeded what is the reason of this error ? is there any alternative way to get email verified details.

Thanks

1 回答
0

Hello,

Refer this link for maximum rate exceeded error with respect to SES. Link- https://aws.amazon.com/blogs/messaging-and-targeting/how-to-handle-a-throttling-maximum-sending-rate-exceeded-error/ -- [1]

profile pictureAWS
支持工程师
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则