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