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

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
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:



2062
2063
2064
# File 'lib/aws-sdk-ssm/errors.rb', line 2062

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