Class: Aws::Neptunedata::Types::CancelMLModelTransformJobOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::CancelMLModelTransformJobOutput
- Defined in:
- gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
the status of the cancelation.
Instance Attribute Details
#status ⇒ String
the status of the cancelation.
239 240 241 242 243 |
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 239 class CancelMLModelTransformJobOutput < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |