Class: Aws::BedrockRuntime::Types::ModelStreamErrorException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::ModelStreamErrorException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockruntime/types.rb
Overview
An error occurred while streaming the response. Retry your request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_type ⇒ Object
Returns the value of attribute event_type.
- #message ⇒ String
-
#original_message ⇒ String
The original message.
-
#original_status_code ⇒ Integer
The original status code.
Instance Attribute Details
#event_type ⇒ Object
Returns the value of attribute event_type
3753 3754 3755 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 3753 def event_type @event_type end |
#message ⇒ String
3753 3754 3755 3756 3757 3758 3759 3760 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 3753 class ModelStreamErrorException < Struct.new( :message, :original_status_code, :original_message, :event_type) SENSITIVE = [] include Aws::Structure end |
#original_message ⇒ String
The original message.
3753 3754 3755 3756 3757 3758 3759 3760 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 3753 class ModelStreamErrorException < Struct.new( :message, :original_status_code, :original_message, :event_type) SENSITIVE = [] include Aws::Structure end |
#original_status_code ⇒ Integer
The original status code.
3753 3754 3755 3756 3757 3758 3759 3760 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 3753 class ModelStreamErrorException < Struct.new( :message, :original_status_code, :original_message, :event_type) SENSITIVE = [] include Aws::Structure end |