class Aws::Errors::MissingRegionError
def initialize(*args)
def initialize(*args) msg = 'No region was provided. Configure the `:region` option or '\ "export the region name to ENV['AWS_REGION']" super(msg) end
def initialize(*args) msg = 'No region was provided. Configure the `:region` option or '\ "export the region name to ENV['AWS_REGION']" super(msg) end