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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagent/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)


4167
4168
4169
4170
4171
4172
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 4167

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

#nameString

The name of the field.

Returns:

  • (String)


4167
4168
4169
4170
4171
4172
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 4167

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