I am trying to perform Bulk-import-job and i have written similar code as mentioned in the documentation. i am using AWS lambda and python boto3 for performing this.
Unfortunately, I am getting
'IoTSiteWise' object has no attribute 'create_bulk_import_job'
I can see Iotsitewise has this attribute in the boto3 documentation, then why am I getting this error?
Is this related to some permission? if yes what is it?
ps - I have already given Allow: iotsitewise:CreateBulkImportJob permission to lambda