Class: Aws::SagemakerJobRuntime::Types::InternalServiceError
- Inherits:
-
Struct
- Object
- Struct
- Aws::SagemakerJobRuntime::Types::InternalServiceError
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemakerjobruntime/types.rb
Overview
An internal service error occurred. Retry the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
83 84 85 86 87 |
# File 'lib/aws-sdk-sagemakerjobruntime/types.rb', line 83 class InternalServiceError < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |