Class: Aws::SageMakerRuntimeHTTP2::Errors::ModelStreamError

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ModelStreamError.

Parameters:



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

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

Instance Method Details

#error_codeString

Returns:

  • (String)


148
# File 'lib/aws-sdk-sagemakerruntimehttp2/errors.rb', line 148

def error_code: () -> ::String

#messageString

Returns:

  • (String)


143
# File 'lib/aws-sdk-sagemakerruntimehttp2/errors.rb', line 143

def message: () -> ::String