Reputation: 633
The aws CLI documentation shows that we can create and search suppression details using sesv2 but when I try to use the CLI command in my mac its returning error that"Invalid choice". My awscli version is 1.16.209. The endpoint is working in the boto3 but not in the awscli
aws-cli/1.16.209 Python/3.7.2 Darwin/17.7.0 botocore/1.12.172
https://docs.aws.amazon.com/cli/latest/reference/sesv2/index.html#cli-aws-sesv2
is the sesv2 option working for anyone? or Am i using the wrong awscli version?
Upvotes: 0
Views: 1284
Reputation: 11
I came across same issue today. You might be using aws version 1. This is what I suggest.
Upvotes: 1