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 réponse
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
INGÉNIEUR EN ASSISTANCE TECHNIQUE
répondu il y a 2 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions