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

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

Overview

Input validation failed. Check your request parameters and retry the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#field_listArray<Types::ValidationExceptionField>

A list of objects containing fields that caused validation errors and their corresponding validation error messages.



4147
4148
4149
4150
4151
4152
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 4147

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

#messageString

Returns:

  • (String)


4147
4148
4149
4150
4151
4152
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 4147

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