Class: Aws::States::Types::StateMachineDoesNotExist
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::States::Types::StateMachineDoesNotExist
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-states/types.rb
 
Overview
The specified state machine does not exist.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      3782 3783 3784 3785 3786  | 
    
      # File 'lib/aws-sdk-states/types.rb', line 3782 class StateMachineDoesNotExist < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |