# File lib/fog/aws/models/iam/policies.rb, line 12 def initialize(attributes = {}) @username = attributes[:username] raise ArgumentError.new("Can't get a policy's user without a username") unless @username super end