Class: Aws::Glue::Types::MLTransformNotReadyException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::MLTransformNotReadyException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
The machine learning transform is not ready to run.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A message describing the problem.
Instance Attribute Details
#message ⇒ String
A message describing the problem.
14627 14628 14629 14630 14631 |
# File 'lib/aws-sdk-glue/types.rb', line 14627 class MLTransformNotReadyException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |