InvalidCacheParameterGroupStateFault constructor
Implementation
InvalidCacheParameterGroupStateFault({String? type, String? message})
: super(
type: type,
code: 'InvalidCacheParameterGroupStateFault',
message: message);