class Aws::Errors::InvalidARNRegionError
configured on the service client.
Raised when the region from the ARN string is different from the :region
def initialize(*args)
def initialize(*args) msg = 'ARN region is different from the configured client region.' super(msg) end