Class: Aws::SageMakerRuntimeHTTP2::Types::InternalServerError

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

Overview

The request processing has failed because of an unknown error, exception or failure.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

Error code.

Returns:

  • (String)


46
47
48
49
50
51
# File 'lib/aws-sdk-sagemakerruntimehttp2/types.rb', line 46

class InternalServerError < Struct.new(
  :message,
  :error_code)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Error message.

Returns:

  • (String)


46
47
48
49
50
51
# File 'lib/aws-sdk-sagemakerruntimehttp2/types.rb', line 46

class InternalServerError < Struct.new(
  :message,
  :error_code)
  SENSITIVE = []
  include Aws::Structure
end