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