Class: Aws::BedrockRuntime::Types::ModelTimeoutException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::ModelTimeoutException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockruntime/types.rb
Overview
The request took too long to process. Processing time exceeded the model timeout length.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_type ⇒ Object
Returns the value of attribute event_type.
- #message ⇒ String
Instance Attribute Details
#event_type ⇒ Object
Returns the value of attribute event_type
3584 3585 3586 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 3584 def event_type @event_type end |
#message ⇒ String
3584 3585 3586 3587 3588 3589 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 3584 class ModelTimeoutException < Struct.new( :message, :event_type) SENSITIVE = [] include Aws::Structure end |