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

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-elasticache/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:



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

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

Instance Method Details

#messageString

Returns:

  • (String)


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

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