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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/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

#messageString

Returns:

  • (String)


1647
1648
1649
1650
1651
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 1647

class AutomationStepNotFoundException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end