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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockruntime/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

#event_typeObject

Returns the value of attribute event_type

Returns:

  • (Object)

    the current value of event_type



2289
2290
2291
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 2289

def event_type
  @event_type
end

#messageString

Returns:

  • (String)


2289
2290
2291
2292
2293
2294
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 2289

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