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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#original_message ⇒ String
The original message.
-
#original_status_code ⇒ Integer
The original status code.
Instance Attribute Details
#message ⇒ String
207 208 209 210 211 212 213 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 207 class ModelStreamErrorException < Struct.new( :message, :original_message, :original_status_code) SENSITIVE = [] include Aws::Structure end |
#original_message ⇒ String
The original message.
207 208 209 210 211 212 213 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 207 class ModelStreamErrorException < Struct.new( :message, :original_message, :original_status_code) SENSITIVE = [] include Aws::Structure end |
#original_status_code ⇒ Integer
The original status code.
207 208 209 210 211 212 213 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 207 class ModelStreamErrorException < Struct.new( :message, :original_message, :original_status_code) SENSITIVE = [] include Aws::Structure end |