Class: Aws::Chatbot::Types::InvalidRequestException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (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