【发布时间】:2018-12-07 00:51:03
【问题描述】:
我正在尝试使用 Python 库来使用名为 capless/warrant 的 AWS Cognito。每次我尝试实例化时,都使用这个函数:
u = Cognito('your-user-pool-id','your-client-id')
(使用我的用户池 ID 和客户端 ID,我已经检查了很多!),我收到此错误:
An error occurred (ResourceNotFoundException) when calling the SignUp operation: User pool client ********** does not exist.
我已尝试删除用户池 ID 中的所有内容,但“us-east-2”除外,但这也不起作用。有没有人得到这个或知道如何解决它?谢谢!
【问题讨论】:
标签: python amazon-web-services amazon-cognito