Class: Aws::ElastiCache::Types::InvalidParameterValueException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::InvalidParameterValueException
- 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
-
#message ⇒ String
A parameter value is invalid.
Instance Attribute Details
#message ⇒ String
A parameter value is invalid.
5554 5555 5556 5557 5558 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 5554 class InvalidParameterValueException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |