Class: Aws::SageMakerRuntime::Types::ModelNotReadyException

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemakerruntime/types.rb

Overview

Either a serverless endpoint variant’s resources are still being provisioned, or a multi-model endpoint is still downloading or loading the target model. Wait and try your request again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


581
582
583
584
585
# File 'lib/aws-sdk-sagemakerruntime/types.rb', line 581

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