Class: Aws::BedrockRuntime::Types::ModelNotReadyException

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

Overview

The model specified in the request is not ready to serve inference requests.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


292
293
294
295
296
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 292

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