Class: Aws::MachineLearning::Types::InternalServerException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb

Overview

An error on the server occurred when trying to process a request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeInteger

Returns:

  • (Integer)


2390
2391
2392
2393
2394
2395
# File 'gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb', line 2390

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

#messageString

Returns:

  • (String)


2390
2391
2392
2393
2394
2395
# File 'gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb', line 2390

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