Skip to content

Aws Rekognition stop-stream-processor results in error AccessDeniedException #56

@kanaksony

Description

@kanaksony

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions