Class: Aws::Connect::Types::InvalidActiveRegionException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

This exception occurs when an API request is made to a non-active region in an Amazon Connect instance configured with Amazon Connect Global Resiliency. For example, if the active region is US West (Oregon) and a request is made to US East (N. Virginia), the exception will be returned.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


18991
18992
18993
18994
18995
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18991

class InvalidActiveRegionException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end