Class: Aws::QBusiness::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
The input doesn’t meet the constraints set by the Amazon Q Business service. Provide the correct input and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fields ⇒ Array<Types::ValidationExceptionField>
The input field(s) that failed validation.
-
#message ⇒ String
The message describing the ‘ValidationException`.
-
#reason ⇒ String
The reason for the ‘ValidationException`.
Instance Attribute Details
#fields ⇒ Array<Types::ValidationExceptionField>
The input field(s) that failed validation.
7735 7736 7737 7738 7739 7740 7741 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 7735 class ValidationException < Struct.new( :message, :reason, :fields) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The message describing the ‘ValidationException`.
7735 7736 7737 7738 7739 7740 7741 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 7735 class ValidationException < Struct.new( :message, :reason, :fields) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason for the ‘ValidationException`.
7735 7736 7737 7738 7739 7740 7741 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 7735 class ValidationException < Struct.new( :message, :reason, :fields) SENSITIVE = [] include Aws::Structure end |