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
Source
# 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
Calls superclass method