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