module AWS::IAM::UserPolicy::PolicyProxy

def change

def change
  yield(self)
  user_policy.policy = self
end