Error : Login Profile for User XXXXXX cannot be modified while login profile is being created. (EntityTemporarilyUnmodifiable)

0

I have created an IAM User with login profile (Password) using Python SDK (Boto3). The user creation was success.

When trying to delete the Login Profile of the IAM User, I'm getting the below error :

An error occurred (EntityTemporarilyUnmodifiable) when calling the DeleteLoginProfile operation: Login Profile for User XXXXXX cannot be modified while login profile is being created.

After i wait for few minutes and then run the code again, the code works.

This issue started from few days ago and now it has became a frequent error.

Any problems with IAM ?

asked 2 years ago93 views
No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions