class Aws::Errors::InvalidARNRegionError
Raised when the region from the ARN
string is different from the :region configured on the service client.
Public Class Methods
new(*args)
click to toggle source
Calls superclass method
# File lib/aws-sdk-core/errors.rb, line 145 def initialize(*args) msg = 'ARN region is different from the configured client region.' super(msg) end