Class: Aws::Glue::Types::IllegalWorkflowStateException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::IllegalWorkflowStateException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
The workflow is in an invalid state to perform a requested operation.
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.
14164 14165 14166 14167 14168 |
# File 'lib/aws-sdk-glue/types.rb', line 14164 class IllegalWorkflowStateException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |