【问题标题】:What does Amazon SES Error message: Missing '"' mean?Amazon SES 错误消息:缺少 '"' 是什么意思?
【发布时间】:2021-12-09 05:13:08
【问题描述】:
Error executing "SendEmail" on "https://email.us-east-1.amazonaws.com"; AWS HTTP error: Client error: `POST https://email.us-east-1.amazonaws.com` resulted in a `400 Bad Request` response:
<ErrorResponse xmlns="http://ses.amazonaws.com/doc/2010-12-01/">
  <Error>
    <Type>Sender</Type>
    <Code>InvalidPara (truncated...)
 InvalidParameterValue (client): Missing '"' - <ErrorResponse xmlns="http://ses.amazonaws.com/doc/2010-12-01/">
  <Error>
    <Type>Sender</Type>
    <Code>InvalidParameterValue</Code>
    <Message>Missing '&quot;'</Message>
  </Error>
  <RequestId>86fcc78e-4781-407c-b444-26f46a516958</RequestId>
</ErrorResponse>

电子邮件未发送。错误消息:缺少'"'

这是我得到的错误!并且无法弄清楚原因.. 有人请给我提示

【问题讨论】:

  • 就在我的脑海中,您似乎在参数值中缺少双引号字符"

标签: amazon-ses


【解决方案1】:

表示发送请求时出现编码错误,被 SES 拒绝。开发者here 将帮助您找到正确的编码。

github上的相关问题:https://github.com/aws/aws-sdk-php/issues/1196

关于 SO 的相关问题:boto3 ses InvalidParameterValue error due to unicode characters

PS:我会对此发表评论,但我没有特权:)

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2012-10-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多