You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error response format is not compatible with Amazon SES error response $ses_response->error. $ses_response is an stdClass instance. Also, the message key is Message and not message.
The text was updated successfully, but these errors were encountered:
php-aws-ses/src/SimpleEmailService.php
Line 523 in fe37505
The error response format is not compatible with Amazon SES error response
$ses_response->error
.$ses_response
is anstdClass
instance. Also, the message key isMessage
and notmessage
.The text was updated successfully, but these errors were encountered: