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