Class: Aws::BedrockRuntime::Types::ModelTimeoutException

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

Overview

The request took too long to process. Processing time exceeded the model timeout length.

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



330
331
332
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 330

def event_type
  @event_type
end

#messageString

Returns:

  • (String)


330
331
332
333
334
335
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 330

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