Class: Aws::BedrockAgentCore::Types::ValidationException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb

Overview

The exception that occurs when the input fails to satisfy the constraints specified by the service. Check the error message for details about which input parameter is invalid and correct your 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



5263
5264
5265
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 5263

def event_type
  @event_type
end

#field_listArray<Types::ValidationExceptionField>



5263
5264
5265
5266
5267
5268
5269
5270
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 5263

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

#messageString

Returns:

  • (String)


5263
5264
5265
5266
5267
5268
5269
5270
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 5263

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

#reasonString

Returns:

  • (String)


5263
5264
5265
5266
5267
5268
5269
5270
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 5263

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