CacheSecurityGroupNotFoundFault constructor

CacheSecurityGroupNotFoundFault({
  1. String? type,
  2. String? message,
})

Implementation

CacheSecurityGroupNotFoundFault({String? type, String? message})
    : super(
          type: type,
          code: 'CacheSecurityGroupNotFoundFault',
          message: message);