Class: Aws::BedrockAgentRuntime::Types::ValidationException

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



9067
9068
9069
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 9067

def event_type
  @event_type
end

#messageString

Returns:

  • (String)


9067
9068
9069
9070
9071
9072
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 9067

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