Class: Aws::SSM::Types::AutomationStepNotFoundException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SSM::Types::AutomationStepNotFoundException
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-ssm/types.rb
 
Overview
The specified step name and execution ID don’t exist. Verify the information and try again.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      1661 1662 1663 1664 1665  | 
    
      # File 'lib/aws-sdk-ssm/types.rb', line 1661 class AutomationStepNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |