Class: Aws::BedrockDataAutomation::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::ValidationExceptionField
- 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
-
#message ⇒ String
Non Blank String.
-
#name ⇒ String
Non Blank String.
Instance Attribute Details
#message ⇒ String
Non Blank 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 |
#name ⇒ String
Non Blank 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 |