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