class Aws::Plugins::RegionalEndpoint


endpoints.
the full endpoint, especially when connecting to test
the ‘:region` option. However, sometime you need to specify
to configure the `:endpoint` directly. It is constructed from
The HTTP endpoint for this client. Normally you should not need
@seahorse.client.option [String] :endpoint
Also checks `AWS_REGION` and `AMAZON_REGION`.
the client endpoint. Defaults to `ENV`.
The AWS region to connect to. The region is used to construct
@seahorse.client.option [String] :region

def after_initialize(client)

def after_initialize(client)
  raise Errors::MissingRegionError unless client.config.region
end