-2

I try to do COMPREHEND but immediately the command ends and the status remains as SUBMITTED Does anyone know the problem and know how I can get the output?

Amazon Comprehend execute

I checked the job id status and got this:

Amazon Comprehend output

John Rotenstein
  • 241,921
  • 22
  • 380
  • 470
imhere
  • 1
  • 1

1 Answers1

0

You can check status of job on describe-pii-entities-detection-job with job-id from start job response.

Mehmet Güngören
  • 2,383
  • 1
  • 9
  • 16
  • thanks. Now I see that the status is FAILED with the message "NO_WRITE_ACCESS_TO_OUTPUT", but I navigate the output to my folder – imhere Jan 29 '23 at 08:42
  • @imhere What do you mean by "I navigate the output to my folder"? The error message would suggest that Amazon Comprehend was not able to write the output to S3. Are you saying that the output _is_ available? – John Rotenstein Jan 29 '23 at 10:54
  • im not sure, how can I check if the output is available for that? – imhere Jan 29 '23 at 11:18
  • Error message is clear. The role you provided does not have permission to write output to bucket which you provided – Mehmet Güngören Jan 29 '23 at 12:43