Class: Aws::BedrockRuntime::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockruntime/types.rb
Overview
Input validation failed. Check your request parameters and retry the request.
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
2217 2218 2219 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2217 def event_type @event_type end |
#message ⇒ String
2217 2218 2219 2220 2221 2222 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2217 class ValidationException < Struct.new( :message, :event_type) SENSITIVE = [] include Aws::Structure end |