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
1759 1760 1761 1762 1763 |
# File 'lib/aws-sdk-ssm/types.rb', line 1759 class AutomationStepNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |