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