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