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



1874
1875
1876
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1874

def event_type
  @event_type
end

#messageString

Returns:

  • (String)


1874
1875
1876
1877
1878
1879
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1874

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