Class: Aws::QBusiness::Types::ValidationException

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

Instance Attribute Details

#fieldsArray<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

#messageString

The message describing the ‘ValidationException`.

Returns:

  • (String)


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

#reasonString

The reason for the ‘ValidationException`.

Returns:

  • (String)


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