Class: Aws::Bedrock::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Input validation failed. Check your request parameters and retry the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
7118 7119 7120 7121 7122 |
# File 'lib/aws-sdk-bedrock/types.rb', line 7118 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |