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

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

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#codeInteger

Returns:

  • (Integer)


2563
2564
2565
2566
2567
# File 'lib/aws-sdk-machinelearning/types.rb', line 2563

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

#messageString

Returns:

  • (String)


2563
2564
2565
2566
2567
# File 'lib/aws-sdk-machinelearning/types.rb', line 2563

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