Class: Aws::SSM::Errors::InvalidAggregatorException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::SSM::Errors::InvalidAggregatorException
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidAggregatorException
constructor
A new instance of InvalidAggregatorException.
-
#message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidAggregatorException
Returns a new instance of InvalidAggregatorException.
622 623 624 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 622 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
627 628 629 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 627 def @message || @data[:message] end |