Class: Aws::MemoryDB::Types::InvalidParameterCombinationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::InvalidParameterCombinationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-memorydb/types.rb
Overview
The specified parameter combination is not valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2366 2367 2368 2369 2370 |
# File 'lib/aws-sdk-memorydb/types.rb', line 2366 class InvalidParameterCombinationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |