Class: Aws::SageMakerRuntime::Types::ModelError

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

Overview

Model (owned by the customer in the container) returned 4xx or 5xx error code.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#log_stream_arnString

The Amazon Resource Name (ARN) of the log stream.

Returns:

  • (String)


519
520
521
522
523
524
525
526
# File 'lib/aws-sdk-sagemakerruntime/types.rb', line 519

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

#messageString

Returns:

  • (String)


519
520
521
522
523
524
525
526
# File 'lib/aws-sdk-sagemakerruntime/types.rb', line 519

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

#original_messageString

Original message.

Returns:

  • (String)


519
520
521
522
523
524
525
526
# File 'lib/aws-sdk-sagemakerruntime/types.rb', line 519

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

#original_status_codeInteger

Original status code.

Returns:

  • (Integer)


519
520
521
522
523
524
525
526
# File 'lib/aws-sdk-sagemakerruntime/types.rb', line 519

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