Class: Aws::BedrockAgent::Types::ValidationExceptionField

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

Overview

Stores information about a field passed inside a request that resulted in an validation error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message describing why this field failed validation.

Returns:

  • (String)


4064
4065
4066
4067
4068
4069
# File 'lib/aws-sdk-bedrockagent/types.rb', line 4064

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

#nameString

The name of the field.

Returns:

  • (String)


4064
4065
4066
4067
4068
4069
# File 'lib/aws-sdk-bedrockagent/types.rb', line 4064

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