Class: Aws::SageMakerRuntime::Types::ModelNotReadyException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerRuntime::Types::ModelNotReadyException
- 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
#message ⇒ 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 |