# File lib/aws/errors.rb, line 62
      def new(*args)
        e = Base.new(*args)
        e.extend(self)
        e
      end