Class: Aws::Imagebuilder::Types::WorkflowState
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Imagebuilder::Types::WorkflowState
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-imagebuilder/types.rb
 
Overview
A group of fields that describe the current status of workflow.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #reason  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Describes how or why the workflow changed state.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The current state of the workflow.
 
Instance Attribute Details
#reason ⇒ String
Describes how or why the workflow changed state.
      8275 8276 8277 8278 8279 8280  | 
    
      # File 'lib/aws-sdk-imagebuilder/types.rb', line 8275 class WorkflowState < Struct.new( :status, :reason) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The current state of the workflow.
      8275 8276 8277 8278 8279 8280  | 
    
      # File 'lib/aws-sdk-imagebuilder/types.rb', line 8275 class WorkflowState < Struct.new( :status, :reason) SENSITIVE = [] include Aws::Structure end  |