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