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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qbusiness/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.



9355
9356
9357
9358
9359
9360
9361
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 9355

class ValidationException < Struct.new(
  :message,
  :reason,
  :fields)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

The message describing the ValidationException.

Returns:

  • (String)


9355
9356
9357
9358
9359
9360
9361
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 9355

class ValidationException < Struct.new(
  :message,
  :reason,
  :fields)
  SENSITIVE = []
  include Aws::Structure
end

#reasonString

The reason for the ValidationException.

Returns:

  • (String)


9355
9356
9357
9358
9359
9360
9361
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 9355

class ValidationException < Struct.new(
  :message,
  :reason,
  :fields)
  SENSITIVE = []
  include Aws::Structure
end