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.
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ 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 |
#message ⇒ 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 |