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)


1676
1677
1678
1679
1680
1681
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 1676

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

#nameString

Non Blank String

Returns:

  • (String)


1676
1677
1678
1679
1680
1681
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 1676

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