Hello, I installed form pip and am doing:
from myawis import *
access = 'x'
secret = 'x'
obj = CallAwis(access, secret)
urlinfo = obj.urlinfo("www.example.com")
and I get:
{'OutputTimestamp': '20180520T152730Z',
'Request.Errors.Error.ErrorCode': '"User: '
'arn:aws:iam::192208424764:user/alexa is '
'not authorized to perform: awis:GET on '
'resource: '
'arn:aws:awis:us-west-1:192208424764:/api"'}
But this credential is ok in the AWS side. Any ideas?
Hello, I installed form pip and am doing:
and I get:
But this credential is ok in the AWS side. Any ideas?