amazon-rekognition-developer-guide
amazon-rekognition-developer-guide copied to clipboard
Aws Rekognition stop-stream-processor results in error AccessDeniedException
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