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)


3354
3355
3356
3357
3358
3359
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3354

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

#nameString

Non Blank String

Returns:

  • (String)


3354
3355
3356
3357
3358
3359
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3354

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