Class: Aws::MemoryDB::Types::InvalidParameterValueException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-memorydb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2033
2034
2035
2036
2037
# File 'lib/aws-sdk-memorydb/types.rb', line 2033

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