Class: Aws::SSM::Errors::InvalidAggregatorException

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

Returns a new instance of InvalidAggregatorException.

Parameters:



657
658
659
# File 'lib/aws-sdk-ssm/errors.rb', line 657

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

Instance Method Details

#messageString

Returns:

  • (String)


662
# File 'lib/aws-sdk-ssm/errors.rb', line 662

def message: () -> ::String