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. Retry your request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_typeObject

Returns the value of attribute event_type

Returns:

  • (Object)

    the current value of event_type



3829
3830
3831
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 3829

def event_type
  @event_type
end

#messageString

Returns:

  • (String)


3829
3830
3831
3832
3833
3834
3835
3836
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 3829

class ModelStreamErrorException < Struct.new(
  :message,
  :original_status_code,
  :original_message,
  :event_type)
  SENSITIVE = []
  include Aws::Structure
end

#original_messageString

The original message.

Returns:

  • (String)


3829
3830
3831
3832
3833
3834
3835
3836
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 3829

class ModelStreamErrorException < Struct.new(
  :message,
  :original_status_code,
  :original_message,
  :event_type)
  SENSITIVE = []
  include Aws::Structure
end

#original_status_codeInteger

The original status code.

Returns:

  • (Integer)


3829
3830
3831
3832
3833
3834
3835
3836
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 3829

class ModelStreamErrorException < Struct.new(
  :message,
  :original_status_code,
  :original_message,
  :event_type)
  SENSITIVE = []
  include Aws::Structure
end