# File lib/aws/resource_cache.rb, line 31
    def get(key, attribute)
      raise "No cached value for attribute :#{attribute} of #{key}" unless
        cached?(key, attribute)
      @cache[key][attribute]
    end