Class: Aws::BedrockRuntime::Types::ValidationException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

Returns:

  • (String)


293
294
295
296
297
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 293

class ValidationException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end