Class: Aws::Lex::Types::BadRequestException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lex::Types::BadRequestException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lex/types.rb
Overview
Request validation failed, there is no usable message in the context, or the bot build failed, is still in progress, or contains unbuilt changes.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
89 90 91 92 93 |
# File 'lib/aws-sdk-lex/types.rb', line 89 class BadRequestException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |