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 Answer
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
SUPPORT ENGINEER
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions