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