# File lib/aws/core/response.rb, line 69
      def successful?
        error.nil?
      end