Class: Aws::SagemakerJobRuntime::Types::InternalServiceError

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

Overview

An internal service error occurred. Retry the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


83
84
85
86
87
# File 'lib/aws-sdk-sagemakerjobruntime/types.rb', line 83

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