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

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

Overview

The model specified in the request is not ready to serve inference requests. The AWS SDK will automatically retry the operation up to 5 times. For information about configuring automatic retries, see [Retry behavior] in the *AWS SDKs and Tools* reference guide.

[1]: docs.aws.amazon.com/sdkref/latest/guide/feature-retry-behavior.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


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

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