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