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.
20288 20289 20290 20291 20292 |
# File 'lib/aws-sdk-connect/types.rb', line 20288 class LimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |