Provides the ability to instantiate instances of {ServerError} and {ClientError}. @private
# File lib/aws/errors.rb, line 94 def new(*args) e = Base.new(*args) e.extend(self) e end