No matching Method/Function for com.amazonaws.services.simpleemail.AmazonSimpleEmailServiceClient.configureRegion(com.amazonaws.regions.Regions) found
/private/var/www/myapp/aws/aws.cfc: line 54
called from /private/var/www/myapp/aws/ses.cfc: line 25
called from /private/var/www/myapp/events/onapplicationstart.cfm: line 27
My calling code looks like this:
services["ses"] = new aws.ses(account="foo", secret="bar", region="us-east-1");
Code was installed using CommandBox on 11-Dec-2015 as described in the readme.
No matching Method/Function for com.amazonaws.services.simpleemail.AmazonSimpleEmailServiceClient.configureRegion(com.amazonaws.regions.Regions) found
/private/var/www/myapp/aws/aws.cfc: line 54 called from /private/var/www/myapp/aws/ses.cfc: line 25 called from /private/var/www/myapp/events/onapplicationstart.cfm: line 27
My calling code looks like this:
services["ses"] = new aws.ses(account="foo", secret="bar", region="us-east-1");
Code was installed using CommandBox on 11-Dec-2015 as described in the readme.
Also tried updating to aws sdk v1.10.40