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.
17019 17020 17021 17022 17023 |
# File 'lib/aws-sdk-glue/types.rb', line 17019 class MLTransformNotReadyException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |