Class: Aws::BedrockDataAutomation::Types::ValidationExceptionField

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockdataautomation/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)


1412
1413
1414
1415
1416
1417
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 1412

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

#nameString

Non Blank String

Returns:

  • (String)


1412
1413
1414
1415
1416
1417
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 1412

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