Class: Aws::SageMakerRuntime::Errors::ModelStreamError

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
lib/aws-sdk-sagemakerruntime/errors.rb

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ModelStreamError.

Parameters:



140
141
142
# File 'lib/aws-sdk-sagemakerruntime/errors.rb', line 140

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

Instance Method Details

#error_codeString

Returns:

  • (String)


150
# File 'lib/aws-sdk-sagemakerruntime/errors.rb', line 150

def error_code: () -> ::String

#messageString

Returns:

  • (String)


145
# File 'lib/aws-sdk-sagemakerruntime/errors.rb', line 145

def message: () -> ::String