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