Class: Aws::ElastiCache::Types::InvalidParameterValueException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb

Overview

The value for a parameter is invalid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A parameter value is invalid.

Returns:

  • (String)


5547
5548
5549
5550
5551
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 5547

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