Class: Aws::Connect::Types::InvalidActiveRegionException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::InvalidActiveRegionException
- 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
#message ⇒ String
18691 18692 18693 18694 18695 |
# File 'lib/aws-sdk-connect/types.rb', line 18691 class InvalidActiveRegionException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |