boto3 icon indicating copy to clipboard operation
boto3 copied to clipboard

CognitoIdentityProvider object has no attribute 'confirm'

Open greghawk opened this issue 5 months ago • 2 comments

Describe the bug

Running in AWS lambda the boto3 client will not perform the confirm-forgot-password method. All parameters are correctly supplied but it always produces this error.

Expected Behavior

boto3 confirm-forgot-password should work without internal errors

Current Behavior

boto3 confirm-forgot-password throws 'CognitoIdentityProvider' object has no attribute 'confirm'

Reproduction Steps

Call the method

Possible Solution

not sure. missing param or name maybe in boto code

Additional Information/Context

No response

SDK version used

python

Environment details (OS name and version, etc.)

lambda AWS boto3 python

greghawk avatar Aug 27 '24 20:08 greghawk