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

Returns:

  • (Object)

    the current value of event_type



1835
1836
1837
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1835

def event_type
  @event_type
end

#messageString

Returns:

  • (String)


1835
1836
1837
1838
1839
1840
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1835

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