Amazon SES Templates listing throwing errors
4
First of all, apologies if this does not fit the realm of the questions we ought to ask or if I should've searched a bit more. I am getting an error when listing my Email Templates in AWS SES. Not only in the AWS dashboard but, as I'm running a periodic task querying the API for that list, it gets the same error. Is this something that could be happening to everyone thus being an issue AWS ought to sort out or is this something that might actually be related to my account only and should be taken directly to support?
The error message comes in a red flag at the top of the screen saying:
"x The input you provided is invalid
Invalid PageToken <the token>"
Thanks in advance.
1 Answers
Relevant questions
Amazon SES Templates listing throwing errors
asked 2 months agoGetting this error when i am trying to run a job from Glue Studio. Does someone know what needs to be done.iam policy has already full access to S3 bucket
asked 2 months agoMy Lambda function is not getting invoked all of a sudden.
asked 3 months agoError "Unable to create the application version" in elastic beanstalk
asked 5 months agoSES Templates do not support specific resources or conditions
asked a year agoI am getting CORS errors in S3 console, is this a bug with AWS S3?
asked 2 months agoAmazon SES, many mailboxes, API
Accepted Answerasked 3 years agoAmazon SES questions
Accepted Answerasked 2 years agoGetting 403 Forbidden errors when trying to send emails through SES with the word "select" in them
asked 5 months agoAWS SES Keep Email or Sent Mail Data ?
asked 5 years ago
To add more information...
The issue does seem related to
us-east-1
. We have received "Invalid PageToken" using AWS-CLI, AWS-SDK and in the AWS console. Cloudtrail is showing us theInvalidParameterValueException
is thrown duringListTemplates
which does make some sense. We do have manyThrottlingException
from SES throughout the day from automated template updates, but it's not the same IAM user and doesn't line up at the same time with the "Invalid PageToken" errors.