Class: Aws::BedrockDataAutomationRuntime::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomationRuntime::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockdataautomationruntime/types.rb
Overview
This exception will be thrown when customer provided invalid parameters.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
568 569 570 571 572 |
# File 'lib/aws-sdk-bedrockdataautomationruntime/types.rb', line 568 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |