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



3266
3267
3268
3269
3270
3271
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3266

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

#messageString

Non Blank String

Returns:

  • (String)


3266
3267
3268
3269
3270
3271
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3266

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