Class: Aws::BedrockRuntime::Errors::ModelStreamErrorException

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-bedrockruntime/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ModelStreamErrorException

Returns a new instance of ModelStreamErrorException.

Parameters:



143
144
145
# File 'lib/aws-sdk-bedrockruntime/errors.rb', line 143

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


148
149
150
# File 'lib/aws-sdk-bedrockruntime/errors.rb', line 148

def message
  @message || @data[:message]
end

#original_messageString

Returns:

  • (String)


158
159
160
# File 'lib/aws-sdk-bedrockruntime/errors.rb', line 158

def original_message
  @data[:original_message]
end

#original_status_codeString

Returns:

  • (String)


153
154
155
# File 'lib/aws-sdk-bedrockruntime/errors.rb', line 153

def original_status_code
  @data[:original_status_code]
end