Class: Aws::Chatbot::Types::InvalidRequestException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chatbot::Types::InvalidRequestException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chatbot/types.rb
Overview
Your request input doesn’t meet the constraints required by AWS Chatbot.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1073 1074 1075 1076 1077 |
# File 'lib/aws-sdk-chatbot/types.rb', line 1073 class InvalidRequestException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |