Is this only aws? #3361
|
look like the ArgumentError /xxxx/bundler_home/ruby/3.4.0/gems/aws-sdk-core-3.243.0/lib/aws-sdk-core/param_validator.rb:35:in 'Aws::ParamValidator#validate!'" |
Replies: 1 comment
|
Hey @yk-eta, from the AWS SES API docs it seems like |
Hey @yk-eta, from the AWS SES API docs it seems like
to_addresses(ToAddresses) must be an array of strings. You should be able to fix this error by wrapping your address in an array (e.gto_addresses: "recipient@example.com"→to_addresses: ["recipient@example.com"]).