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