Class: Aws::ElastiCache::Types::InvalidParameterCombinationException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticache/types.rb

Overview

Two or more incompatible parameters were specified.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Two or more parameters that must not be used together were used together.

Returns:

  • (String)


5533
5534
5535
5536
5537
# File 'lib/aws-sdk-elasticache/types.rb', line 5533

class InvalidParameterCombinationException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end