Class: Aws::ElastiCache::Types::InvalidParameterCombinationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::InvalidParameterCombinationException
- 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
-
#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.
5540 5541 5542 5543 5544 |
# File 'lib/aws-sdk-elasticache/types.rb', line 5540 class InvalidParameterCombinationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |