Class: Aws::SageMakerRuntime::Types::InternalFailure
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerRuntime::Types::InternalFailure
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemakerruntime/types.rb
Overview
An internal failure occurred.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
34 35 36 37 38 |
# File 'lib/aws-sdk-sagemakerruntime/types.rb', line 34 class InternalFailure < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |