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.
13306 13307 13308 13309 13310 |
# File 'lib/aws-sdk-connect/types.rb', line 13306 class LimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |