Class: Aws::SageMakerRuntimeHTTP2::Errors::ModelError

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) ⇒ ModelError

Returns a new instance of ModelError.

Parameters:



103
104
105
# File 'lib/aws-sdk-sagemakerruntimehttp2/errors.rb', line 103

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

Instance Method Details

#error_codeString

Returns:

  • (String)


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

def error_code: () -> ::String

#log_stream_arnString

Returns:

  • (String)


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

def log_stream_arn: () -> ::String

#messageString

Returns:

  • (String)


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

def message: () -> ::String

#original_messageString

Returns:

  • (String)


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

def original_message: () -> ::String

#original_status_codeString

Returns:

  • (String)


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

def original_status_code: () -> ::String