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

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-bedrockruntime/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:



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

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

Instance Method Details

#messageString

Returns:

  • (String)


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

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

#original_messageString

Returns:

  • (String)


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

def original_message
  @data[:original_message]
end

#original_status_codeString

Returns:

  • (String)


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

def original_status_code
  @data[:original_status_code]
end