# File lib/aws/core/resource.rb, line 182 def attributes @attributes ||= Hash.new do |hash,attr_name| raise "uknown attribute #{attr_name}" end end