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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


19209
19210
19211
19212
19213
# File 'lib/aws-sdk-connect/types.rb', line 19209

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