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:



123
124
125
# File 'lib/aws-sdk-bedrockruntime/errors.rb', line 123

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

Instance Method Details

#messageString

Returns:

  • (String)


128
129
130
# File 'lib/aws-sdk-bedrockruntime/errors.rb', line 128

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

#original_messageString

Returns:

  • (String)


138
139
140
# File 'lib/aws-sdk-bedrockruntime/errors.rb', line 138

def original_message
  @data[:original_message]
end

#original_status_codeString

Returns:

  • (String)


133
134
135
# File 'lib/aws-sdk-bedrockruntime/errors.rb', line 133

def original_status_code
  @data[:original_status_code]
end