I am attempting to use boto3 client (v.1.4.8) to access the AWS comprehend service to evaluate small user-defined strings. But when I attempt to use the client, it doesn't work.
The documentation.
The code I used:
client = boto3.client('comprehend')
The exception I'm being thrown:
UnknownServiceError: Unknown service: 'comprehend'.
Valid service names are: acm,...
I'm guessing there has to be something going on that I'm not aware of