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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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



3558
3559
3560
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 3558

def event_type
  @event_type
end

#messageString



3558
3559
3560
3561
3562
3563
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 3558

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