Class: Aws::BedrockAgent::Types::ValidationException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockagent/types.rb

Overview

This exception is thrown when the request’s input validation fails

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#field_listArray<Types::ValidationExceptionField>

list of ValidationExceptionField



3334
3335
3336
3337
3338
3339
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3334

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

#messageString

Non Blank String

Returns:

  • (String)


3334
3335
3336
3337
3338
3339
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3334

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