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.



6110
6111
6112
6113
6114
6115
6116
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 6110

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

#messageString

The message describing the ValidationException.

Returns:

  • (String)


6110
6111
6112
6113
6114
6115
6116
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 6110

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

#reasonString

The reason for the ValidationException.

Returns:

  • (String)


6110
6111
6112
6113
6114
6115
6116
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 6110

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