Class: Aws::ElastiCache::Errors::InvalidParameterCombinationException Deprecated

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

Overview

Deprecated.

This error class is not used during parsing. Please use ‘InvalidParameterCombination` instead.

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of InvalidParameterCombinationException.

Parameters:



508
509
510
# File 'lib/aws-sdk-elasticache/errors.rb', line 508

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

Instance Method Details

#messageString

Returns:

  • (String)


513
514
515
# File 'lib/aws-sdk-elasticache/errors.rb', line 513

def message
  @message || @data[:message]
end