Class: Aws::MachineLearning::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MachineLearning::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- 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
#code ⇒ Integer
2390 2391 2392 2393 2394 2395 |
# File 'lib/aws-sdk-machinelearning/types.rb', line 2390 class InternalServerException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
2390 2391 2392 2393 2394 2395 |
# File 'lib/aws-sdk-machinelearning/types.rb', line 2390 class InternalServerException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |