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