Class: Aws::SSM::Types::AutomationStepNotFoundException

Inherits:
Struct
  • Object
show all
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.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1214
1215
1216
1217
# File 'lib/aws-sdk-ssm/types.rb', line 1214

class AutomationStepNotFoundException < Struct.new(
  :message)
  include Aws::Structure
end