Class: Aws::ElastiCache::Types::InvalidParameterCombinationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::InvalidParameterCombinationException
- Defined in:
- gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb
Overview
Two or more incompatible parameters were specified.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Two or more parameters that must not be used together were used together.
Instance Attribute Details
#message ⇒ String
Two or more parameters that must not be used together were used together.
5554 5555 5556 5557 5558 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 5554 class InvalidParameterCombinationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |