Class: Aws::BedrockRuntime::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockruntime/types.rb
Overview
The input fails to satisfy the constraints specified by *Amazon Bedrock*. For troubleshooting this error, see [ValidationError] in the Amazon Bedrock User Guide
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_type ⇒ Object
Returns the value of attribute event_type.
- #message ⇒ String
Instance Attribute Details
#event_type ⇒ Object
Returns the value of attribute event_type
4777 4778 4779 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 4777 def event_type @event_type end |
#message ⇒ String
4777 4778 4779 4780 4781 4782 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 4777 class ValidationException < Struct.new( :message, :event_type) SENSITIVE = [] include Aws::Structure end |