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 exception

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Non Blank String

Returns:

  • (String)


3286
3287
3288
3289
3290
3291
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3286

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

#nameString

Non Blank String

Returns:

  • (String)


3286
3287
3288
3289
3290
3291
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3286

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