service · inferred from evidence
GetAccount
An AWS SES API operation for retrieving account information.
- UnrecognizedClientException when calling the GetAccount operation (django-ses)
The keys were valid, but the IAM identity behind them was missing the permissions django-ses's throttling/quota checks need. Grant the IAM user or role ses:GetAccount and ses:GetSendQuota in addition to the normal send permissions.
- UnrecognizedClientException when calling the GetAccount operation (django-ses)
On django 4.2.1 with django-ses 3.4.1, calling Django's send_mail raised: An error occurred (InvalidClientTokenId) when calling the GetSendQuota operation: The security token included in the request is invalid. Enabling USE_SES_V2 = True ch