Class: Aws::Connect::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::LimitExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
The allowed limit for the resource has been exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The message about the limit.
Instance Attribute Details
#message ⇒ String
The message about the limit.
19478 19479 19480 19481 19482 |
# File 'lib/aws-sdk-connect/types.rb', line 19478 class LimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |