Class: Aws::LexModelsV2::Types::ValidationException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LexModelsV2::Types::ValidationException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lexmodelsv2/types.rb
 
Overview
One of the input parameters in your request isn’t valid. Check the parameters and try your request again.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      15932 15933 15934 15935 15936  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 15932 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |