Class: Aws::SSM::Errors::StatusUnchanged
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::SSM::Errors::StatusUnchanged
- Defined in:
- lib/aws-sdk-ssm/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ StatusUnchanged
constructor
A new instance of StatusUnchanged.
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ StatusUnchanged
Returns a new instance of StatusUnchanged.
1977 1978 1979 |
# File 'lib/aws-sdk-ssm/errors.rb', line 1977 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |