Class: Aws::BedrockRuntime::Types::ModelStreamErrorException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

Returns:

  • (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_messageString

The original message.

Returns:

  • (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_status_codeInteger

The original status code.

Returns:

  • (Integer)


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