You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In iam_roles.py line 108 is self.create_policy() but the definition of that function is def create_policy(self, name):. Lacking a "name" parameter, the call fails.