Class: Aws::SSM::Errors::StatusUnchanged

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) ⇒ StatusUnchanged

Returns a new instance of StatusUnchanged.

Parameters:



1959
1960
1961
# File 'lib/aws-sdk-ssm/errors.rb', line 1959

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