无法在Android中使用AWS创建组

时间:2019-03-04 14:48:13

标签: android aws-sdk

我已经使用AWSMobileClient以及CognitoUserPool在Cognito Userpool中成功创建了User。 当我尝试使用AmazonCognitoIdentityProviderClient创建UserGroup时,出现以下错误

找不到

:com.amazonaws.services.cognitoidentityprovider.model.ResourceNotFoundException:用户池us-east-2_WltHRFcPa不存在。 (服务:AmazonCognitoIdentityProvider;状态代码:400;错误代码:ResourceNotFoundException;请求ID:82a3867b-3e88-11e9-9d55-1173837f7db5)

用于创建用户的代码

val groupReq = CreateGroupRequest()

groupReq.groupName =“ ABC”

groupReq.userPoolId =“ us-east-2_WltHRFcPa”

groupReq.description =“ abx” val result1:CreateGroupResult = client.createGroup(groupReq)

0 个答案:

没有答案