Class: Aws::BedrockRuntime::Errors::ModelNotReadyException

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ModelNotReadyException

Returns a new instance of ModelNotReadyException.

Parameters:



108
109
110
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/errors.rb', line 108

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


113
114
115
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/errors.rb', line 113

def message
  @message || @data[:message]
end

#retryable?Boolean

Returns:

  • (Boolean)


117
118
119
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/errors.rb', line 117

def retryable?
  true
end