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 Resposta
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
ENGENHEIRO DE SUPORTE
respondido há 2 anos

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas