Class: Aws::DAX::Types::InvalidParameterCombinationException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dax/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

#messageString

Returns:

  • (String)


926
927
928
929
930
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 926

class InvalidParameterCombinationException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end