Class: Aws::BedrockRuntime::Types::ModelNotReadyException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::ModelNotReadyException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
187 188 189 190 191 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 187 class ModelNotReadyException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |