Class: Aws::DAX::Types::InvalidParameterCombinationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DAX::Types::InvalidParameterCombinationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dax/types.rb
Overview
Two or more incompatible parameters were specified.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
926 927 928 929 930 |
# File 'lib/aws-sdk-dax/types.rb', line 926 class InvalidParameterCombinationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |