Class: Aws::SSM::Errors::TooManyUpdates
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::SSM::Errors::TooManyUpdates
- Defined in:
- lib/aws-sdk-ssm/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TooManyUpdates
constructor
A new instance of TooManyUpdates.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TooManyUpdates
Returns a new instance of TooManyUpdates.
2040 2041 2042 |
# File 'lib/aws-sdk-ssm/errors.rb', line 2040 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
2045 2046 2047 |
# File 'lib/aws-sdk-ssm/errors.rb', line 2045 def @message || @data[:message] end |