Class: Aws::Chatbot::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chatbot::Types::LimitExceededException
- Defined in:
- gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb
Overview
You have exceeded a service limit for AWS Chatbot.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1362 1363 1364 1365 1366 |
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 1362 class LimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |