boto3
boto3 copied to clipboard
CognitoIdentityProvider object has no attribute 'confirm'
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