Error message format
JoyceBabu opened this issue · 0 comments
JoyceBabu commented
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 an stdClass
instance. Also, the message key is Message
and not message
.