Class: Aws::DirectoryService::Types::RegionLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::RegionLimitExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directoryservice/types.rb
Overview
You have reached the limit for maximum number of simultaneous Region replications per directory.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The descriptive message for the exception.
-
#request_id ⇒ String
The Amazon Web Services request identifier.
Instance Attribute Details
#message ⇒ String
The descriptive message for the exception.
3573 3574 3575 3576 3577 3578 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 3573 class RegionLimitExceededException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request identifier.
3573 3574 3575 3576 3577 3578 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 3573 class RegionLimitExceededException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |