Class: Aws::SageMakerRuntimeHTTP2::Types::ModelError

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemakerruntimehttp2/types.rb

Overview

An error occurred while processing the model.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

Error code.

Returns:

  • (String)


141
142
143
144
145
146
147
148
149
# File 'lib/aws-sdk-sagemakerruntimehttp2/types.rb', line 141

class ModelError < Struct.new(
  :message,
  :original_status_code,
  :original_message,
  :log_stream_arn,
  :error_code)
  SENSITIVE = []
  include Aws::Structure
end

#log_stream_arnString

CloudWatch log stream ARN.

Returns:

  • (String)


141
142
143
144
145
146
147
148
149
# File 'lib/aws-sdk-sagemakerruntimehttp2/types.rb', line 141

class ModelError < Struct.new(
  :message,
  :original_status_code,
  :original_message,
  :log_stream_arn,
  :error_code)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Error message.

Returns:

  • (String)


141
142
143
144
145
146
147
148
149
# File 'lib/aws-sdk-sagemakerruntimehttp2/types.rb', line 141

class ModelError < Struct.new(
  :message,
  :original_status_code,
  :original_message,
  :log_stream_arn,
  :error_code)
  SENSITIVE = []
  include Aws::Structure
end

#original_messageString

Original error message from the model.

Returns:

  • (String)


141
142
143
144
145
146
147
148
149
# File 'lib/aws-sdk-sagemakerruntimehttp2/types.rb', line 141

class ModelError < Struct.new(
  :message,
  :original_status_code,
  :original_message,
  :log_stream_arn,
  :error_code)
  SENSITIVE = []
  include Aws::Structure
end

#original_status_codeInteger

HTTP status code returned by model.

Returns:

  • (Integer)


141
142
143
144
145
146
147
148
149
# File 'lib/aws-sdk-sagemakerruntimehttp2/types.rb', line 141

class ModelError < Struct.new(
  :message,
  :original_status_code,
  :original_message,
  :log_stream_arn,
  :error_code)
  SENSITIVE = []
  include Aws::Structure
end