Class: Aws::SageMakerRuntimeHTTP2::Types::ServiceUnavailableError

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

Overview

The request has failed due to a temporary failure of the server.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

Error code.

Returns:

  • (String)


247
248
249
250
251
252
# File 'lib/aws-sdk-sagemakerruntimehttp2/types.rb', line 247

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

#messageString

Error message.

Returns:

  • (String)


247
248
249
250
251
252
# File 'lib/aws-sdk-sagemakerruntimehttp2/types.rb', line 247

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