Class: Aws::SageMakerRuntimeHTTP2::Types::InternalServerError
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerRuntimeHTTP2::Types::InternalServerError
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemakerruntimehttp2/types.rb
Overview
The request processing has failed because of an unknown error, exception or failure.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
Error code.
-
#message ⇒ String
Error message.
Instance Attribute Details
#error_code ⇒ String
Error code.
46 47 48 49 50 51 |
# File 'lib/aws-sdk-sagemakerruntimehttp2/types.rb', line 46 class InternalServerError < Struct.new( :message, :error_code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
Error message.
46 47 48 49 50 51 |
# File 'lib/aws-sdk-sagemakerruntimehttp2/types.rb', line 46 class InternalServerError < Struct.new( :message, :error_code) SENSITIVE = [] include Aws::Structure end |