aws-apps-scripts icon indicating copy to clipboard operation
aws-apps-scripts copied to clipboard

getting <InternalFailure/>

Open nikhilsquareboat opened this issue 5 years ago • 0 comments

I am trying to access AWS rekognition service

var instanceXML = AWS.request('rekognition', 'us-east-1','RekognitionService.ListCollections',null, "POST");

getting <InternalFailure/>

when I am hitting with post man I am getting proper data which is show below { "CollectionIds": [ "collection1", "collection2" ], "FaceModelVersions": [ "4.0", "4.0" ] }

nikhilsquareboat avatar Apr 25 '19 13:04 nikhilsquareboat