amazon-rekognition-developer-guide icon indicating copy to clipboard operation
amazon-rekognition-developer-guide copied to clipboard

Aws Rekognition stop-stream-processor results in error AccessDeniedException

Open kanaksony opened this issue 3 years ago • 0 comments

Hello all,

I have created a stream-processor using AWS-cli using command - aws rekognition create-stream-processor my-stream-processor with params....

it returned response as below: { "SessionId": "session-id" }

Assuming the processor started well, now I tried stopping this processor using AWS-cli using following command- aws rekognition stop-stream-processor --name my-stream-processor

but its failing with:

An error occurred (AccessDeniedException) when calling the StopStreamProcessor operation

Can anyone please help me out in understanding the cause of error and how to fix it?

-- Thanks, Kanak

kanaksony avatar Oct 26 '22 11:10 kanaksony