class Aws::Errors::InvalidRegionError

def initialize(*args)

def initialize(*args)
  super(<<-MSG)
d `:region` option was provided.
every service is available in every region.
r suffix region names with availability zones.
"us-east-1", not "us-east-1a"
AWS regions include (not specific to this service):
ible_regions}
  MSG
end