Class: Aws::MemoryDB::Types::InvalidParameterCombinationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::InvalidParameterCombinationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-memorydb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2018 2019 2020 2021 2022 |
# File 'lib/aws-sdk-memorydb/types.rb', line 2018 class InvalidParameterCombinationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |