Class: Aws::SSM::Errors::AutomationStepNotFoundException

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-ssm/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ AutomationStepNotFoundException

Returns a new instance of AutomationStepNotFoundException.

Parameters:



146
147
148
# File 'lib/aws-sdk-ssm/errors.rb', line 146

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


151
152
153
# File 'lib/aws-sdk-ssm/errors.rb', line 151

def message
  @message || @data[:message]
end