Class: Aws::BedrockRuntime::Errors::ModelTimeoutException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::BedrockRuntime::Errors::ModelTimeoutException
- Defined in:
- lib/aws-sdk-bedrockruntime/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ModelTimeoutException
constructor
A new instance of ModelTimeoutException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ModelTimeoutException
Returns a new instance of ModelTimeoutException.
152 153 154 |
# File 'lib/aws-sdk-bedrockruntime/errors.rb', line 152 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
157 158 159 |
# File 'lib/aws-sdk-bedrockruntime/errors.rb', line 157 def @message || @data[:message] end |