Class: Aws::BedrockRuntime::Types::ModelNotReadyException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::BedrockRuntime::Types::ModelNotReadyException
 
- 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. 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.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
| 3462 3463 3464 3465 3466 | # File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 3462 class ModelNotReadyException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |