Class: Aws::ElastiCache::Errors::ServiceUpdateNotFoundFault

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-elasticache/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceUpdateNotFoundFault

Returns a new instance of ServiceUpdateNotFoundFault.

Parameters:



728
729
730
# File 'lib/aws-sdk-elasticache/errors.rb', line 728

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