class Aws::Errors::InvalidARNPartitionError

partition of the :region configured on the service client.
Raised when the partition of the ARN region is different than the

def initialize(*args)

def initialize(*args)
  msg = 'ARN region partition is different from the configured '\
        'client region partition.'
  super(msg)
end